]
William Burns resolved ISPN-3960.
---------------------------------
Fix Version/s: 8.0.0.CR1
8.0.0.Final
Resolution: Duplicate Issue
This was fixed in ISPN-694
Eviction notification from entry expired in cache store
-------------------------------------------------------
Key: ISPN-3960
URL:
https://issues.jboss.org/browse/ISPN-3960
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 6.0.1.Final
Reporter: Radim Vansa
Labels: 630
Fix For: 8.0.0.CR1, 8.0.0.Final
Looking on PersistenceManagerImpl, it seems to me that if cache store expires an entry,
CacheEntryEvicted event is fired.
There is no expiration event currently, but that's no excuse for firing the wrong
event.