]
Dennis Reed resolved JBCACHE-1635.
----------------------------------
Fix Version/s: 3.2.13.GA
Resolution: Done
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
Fix For: 3.2.13.GA
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: