Hello! What do you mean by eviction here? How do you determine that it isn't happening?
Regards, -- Ilya Kasnacheev вт, 2 мар. 2021 г. в 18:14, ashishg <[email protected]>: > 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/ >
