William Burns created ISPN-9696:
-----------------------------------
Summary: Exception based eviction should be segment based
Key: ISPN-9696
URL:
https://issues.jboss.org/browse/ISPN-9696
Project: Infinispan
Issue Type: Enhancement
Components: Eviction
Reporter: William Burns
Exception based eviction currently keeps track of the size of the entries in one stored
value. We should keep track by segment. This allows us to report an approximate size to
other components, such as state transfer which could be useful in ensuring elements will
fit.
Also it allows for us to remove the addRemovalListener method on the InternalDataContainer
as this is currently used by exception based eviction when a segment is removed to update
its count. Instead it would be notified of a segment being removed and just remove the
value internally.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)