]
William Burns updated ISPN-8421:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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
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.