-
Bug
-
Resolution: Done
-
Major
-
JDG 7.2.1 GA
-
None
-
None
Currently lifespan expiration removes an expired entry based on the key value and lifespan parameter matching. Unfortunately this still leaves it open to removing an entry that was just inserted if it was expired and it was replaced with the same value.
This is especially problematic with `RemoteCache.putIfAbsent` or other conditional operations as they perform a get before doing the actual operation.
- clones
-
ISPN-9514 Entry replaced with same expiration can expire immediately
- Closed