Hi,

I am using Ignite v2.9.1 and trying to evict cache entry via Http API call.
The other cluster nodes should also have the cache entry evicted before the
API response is returned, but this is not happening.

Following methods were used to evict cache entry in a synchronous manner but
was unsuccessful: 
IgniteCache.clear(key), IgniteCache.remove(key), IgniteCache.removeAll(key)


CacheConfiguration:
PartitionLossPolicy = IGNORE
CacheWriteSynchronizationMode = FULL_SYNC
Backups = 2
CacheMode = REPLICATED
CacheAtomicityMode = ATOMIC


Shouldn't FULL_SYNC guarantee synchronous eviction?


Thanks,
Ashish



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to