-
- Add proper bundle info to the main ehcache jar
- Verify classloading
-
The following code reproduces the problem :
``` Java
import org.nustaq.offheap.BinaryQueue;
public class TestQ {
public static void main(String s[]) {
BinaryQueue bq = new Binar…
-
All options in the main configuration file will become configurable.
- [x] initial_token
- [x] max_hint_window_in_ms
- [x] hinted_handoff_throttle_in_kb
- [x] max_hints_delivery_threads
- [x] batchlog…
-
The Save() method just syncs the memory map with the disk, metadata like Population, ZeroUsed and so on is not stored. A Hashtable instantiated with a mmaped file is therefor corrupt (ZeroValue invali…
-
Persistent Cache is not picking up the serializer defined at the Cache Manager level.
```
DefaultSerializationProviderConfiguration serializer = new DefaultSerializationProviderConfiguration().add…
-
... in whatever natural unit it may be
-
I am trying to integrate IMCache offheap with web application. When I ran the samples given(Added the code below), JVM never exits after successfully executing the code.
```
OffHeapByteBufferStore bu…
-
In our system tests, if at the end we shutdown the server before the cache manager, the the application blocks because the CM cannot be closed.
Groovy code to reproduce:
```
package com.terracottate…
-
in case we keep the current disk store
-
Is there the possibility / an easy way of supporting the various methods from ArrayOps?