]
Katia Aresti updated ISPN-8934:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Off Heap mixes up lifespan and max idle
---------------------------------------
Key: ISPN-8934
URL:
https://issues.jboss.org/browse/ISPN-8934
Project: Infinispan
Issue Type: Bug
Components: Off Heap
Affects Versions: 9.2.0.Final
Reporter: William Burns
Assignee: William Burns
Fix For: 9.2.1.Final, 9.3.0.Alpha1
While fixing
https://github.com/infinispan/infinispan/pull/5828 it was found that
lifespan and max idle parts of the test fail when using off heap
https://ci.infinispan.org/job/Infinispan/job/PR-5828/2/display/redirect
It looks like when creating off heap memory we put max idle then lifespan instead of the
other order.