From issues at jboss.org Mon Mar 31 01:08:12 2014 From: issues at jboss.org (Dennis Reed (JIRA)) Date: Mon, 31 Mar 2014 01:08:12 -0400 (EDT) Subject: [jbosscache-issues] [JBoss JIRA] (JBCACHE-1634) LRUAlgorithm can block on recycle queue In-Reply-To: References: Message-ID: 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 From issues at jboss.org Mon Mar 31 01:10:12 2014 From: issues at jboss.org (Dennis Reed (JIRA)) Date: Mon, 31 Mar 2014 01:10:12 -0400 (EDT) Subject: [jbosscache-issues] [JBoss JIRA] (JBCACHE-1635) Recycle queue fills up with RemoveOnEvictActionPolicy In-Reply-To: References: Message-ID: 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 From issues at jboss.org Mon Mar 31 01:26:12 2014 From: issues at jboss.org (Dennis Reed (JIRA)) Date: Mon, 31 Mar 2014 01:26:12 -0400 (EDT) Subject: [jbosscache-issues] [JBoss JIRA] (JBCACHE-1635) Recycle queue fills up with RemoveOnEvictActionPolicy In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBCACHE-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] 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: http://www.atlassian.com/software/jira