]
William Burns updated ISPN-8656:
--------------------------------
Git Pull Request:
PersistenceUtil.loadAndStoreInDataContainer removes expired entries
preemptively
--------------------------------------------------------------------------------
Key: ISPN-8656
URL:
https://issues.jboss.org/browse/ISPN-8656
Project: Infinispan
Issue Type: Bug
Components: Expiration
Affects Versions: 9.1.4.Final
Reporter: William Burns
Assignee: William Burns
Fix For: 9.2.0.CR1, 9.1.5.Final
The PersistenceUtil.loadAndStoreInDataContainer method uses an action that returns null
if an entry is expired. This then removes the entry from the data container, which makes
remove expired command not work properly as well as prevents an expiration notification
from occurring.