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 CacheStore nor CacheInterceptor is invoked. Same happens when the
primary node goes down. Backup node will not invoke CacheStore, and my
native process will not be notifed.

Reply via email to