[infinispan-issues] [JBoss JIRA] (ISPN-6369) Move eviction logic out of BCHMV8

William Burns (JIRA) issues at jboss.org
Fri Mar 11 11:30:00 EST 2016


William Burns created ISPN-6369:
-----------------------------------

             Summary: Move eviction logic out of BCHMV8
                 Key: ISPN-6369
                 URL: https://issues.jboss.org/browse/ISPN-6369
             Project: Infinispan
          Issue Type: Enhancement
          Components: Eviction
            Reporter: William Burns
             Fix For: 9.0.0.Final


We should move the eviction logic out of BoundedConcurrentHashMapV8 and instead only have this done as a wrapper around.  This will make the logic a lot less complicated as we will not have to worry about Node types and resizing and other issues that made the initial implementation a problem.

Unfortunately this has the side effect that the memory based eviction will not be as accurate as it was before, but the reduced complexity in code should make up for that.  Also we can probably make the overall operations faster.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list