[JBoss JIRA] (JBCACHE-1635) Recycle queue fills up with RemoveOnEvictActionPolicy
by Dennis Reed (JIRA)
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
10 years, 9 months
[JBoss JIRA] (JBCACHE-1634) LRUAlgorithm can block on recycle queue
by Dennis Reed (JIRA)
Dennis Reed created JBCACHE-1634:
------------------------------------
Summary: LRUAlgorithm can block on recycle queue
Key: JBCACHE-1634
URL: https://issues.jboss.org/browse/JBCACHE-1634
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
LRUAlgorithm can block on recycle queue
Same issue as JBCACHE-1316, but LRUAlgorithm overrides evict so didn't get the fix from the base class.
--
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
10 years, 9 months