[jbosscache-issues] [JBoss JIRA] (JBCACHE-1635) Recycle queue fills up with RemoveOnEvictActionPolicy

Dennis Reed (JIRA) issues at jboss.org
Mon Mar 31 01:10:12 EDT 2014


Dennis Reed created JBCACHE-1635:
------------------------------------

             Summary: Recycle queue fills up with RemoveOnEvictActionPolicy
                 Key: JBCACHE-1635
                 URL: https://issues.jboss.org/browse/JBCACHE-1635
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Eviction
    Affects Versions: 3.2.9.GA
            Reporter: Dennis Reed
            Assignee: Dennis Reed


RemoveOnEvictActionPolicy returns the return value of cache.removeNode.
If the node was already removed/evicted, this will cause it to return false, indicating that it could not evict the node.

This causes the node to be put on the recycle queue, and to never be removed from it.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosscache-issues mailing list