]
William Burns updated ISPN-8656:
--------------------------------
Status: Open (was: New)
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
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.