Hi,

By eviction I mean that the entry in the cache is not cleared in all cluster
nodes when we call IgniteCache.clear(key), IgniteCache.remove(key) or
IgniteCache.removeAll(key)

I have a web service which has an API to update database and clear cache
entries related to it via calls to one of the the above methods of
IgniteCache. Once this API is successful the kafka event is sent to the
cluster nodes, which should retrieve the latest data from the database due
to cache miss.

Unfortunately the updates done on database is not reflected as the old value
is returned by the cache.
But when I add a delay of 3s, it gets reflected in all cluster nodes.


Thanks,
Ashish



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

Reply via email to