]
William Burns updated ISPN-8421:
--------------------------------
Fix Version/s: 9.2.0.Beta1
9.1.3.Final
Eviction loop creates entry from memory and remove call does same
thing
-----------------------------------------------------------------------
Key: ISPN-8421
URL:
https://issues.jboss.org/browse/ISPN-8421
Project: Infinispan
Issue Type: Sub-task
Reporter: William Burns
Fix For: 9.2.0.Beta1, 9.1.3.Final
Whenever we remove an entry due to eviction we end up creating the ice twice on heap
(once in ensureSize and another in performRemove. We should share these.