-
Bug
-
Resolution: Done
-
Major
-
8.2.4.Final, 9.0.0.Final
-
None
Cache.evict() generally uses DataContainer.evict() to move an entry from the data container to the store.
However, when EntryWrappingInterceptor doesn't find the entry in the data container, EvictCommand.perform() doesn't set the EVICTED flag on the context entry, and then ReadCommittedEntry.commit() calls DataContainer.remove() instead of DataContainer.evict().
If another command activated the entry between the entry wrapping and the commit, this will remove the entry altogether instead of moving it to the store.
- is incorporated by
-
ISPN-7101 Backports for 8.2.5.Final
- Closed