]
Dan Berindei updated ISPN-8421:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Assignee: William Burns
Resolution: Done
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
Assignee: 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.