]
Tristan Tarrant updated ISPN-8380:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
OffHeap doesn't expire entries on access
----------------------------------------
Key: ISPN-8380
URL:
https://issues.jboss.org/browse/ISPN-8380
Project: Infinispan
Issue Type: Bug
Components: Expiration, Off Heap
Affects Versions: 9.1.1.Final
Reporter: William Burns
Assignee: William Burns
Fix For: 9.4.0.Final
Off Heap currently does not expire entries when they are read through a get or other
operations. Instead it only removes entries when the reaper is ran. We need to make sure
to remove these entries on access to free memory sooner.