Re: CacheStore with replication

2016-11-18 Thread Igor Gnatyuk
That's the problem, the store is not shared between nodes. I have a separate native process on every cache node. This process should be notified about cache entries, that reside on this particular node. I was able to implement this behaviour by implementing CacheStore interface and calling JNI

CacheStore with replication

2016-11-18 Thread Igor Gnatyuk
Hi, all! I am trying to use CacheStore for making a JNI call on every put opperation. It works fine, but i am concerned about replication and rebalancing. Local native process i am calling should be synchronized with cache entries located on this exact node, but when rebalancing occurs neither