-
Bug
-
Resolution: Done
-
Major
-
4.0.0.ALPHA5
-
None
-
Documentation (Ref Guide, User Guide, etc.)
Let's say you have a cluster of 3 nodes: n1, n2, and n3, you're using a shared cache sotre and and you store 1=one inmortal k,v pair in n1,
Assume that the owners should be n2 and n3. There appears to be a bug in which n2 stores the inmortal entry as mortal with default lifespan for L1.
This arose during demo testing. Needs further investigation.
Another thing to check is purging of expired entries in cache store. When an expired entry is loaded, it's not purged from the store, maybe it should do so??