From issues at jboss.org Wed Feb 5 04:02:29 2014 From: issues at jboss.org (Bartosz Baranowski (JIRA)) Date: Wed, 5 Feb 2014 04:02:29 -0500 (EST) Subject: [jbosscache-issues] [JBoss JIRA] (JBCACHE-1630) Cache fails to passivate on windows due to ':' in file url In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBCACHE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bartosz Baranowski updated JBCACHE-1630: ---------------------------------------- Assignee: Paul Ferraro (was: Manik Surtani) > Cache fails to passivate on windows due to ':' in file url > ---------------------------------------------------------- > > Key: JBCACHE-1630 > URL: https://issues.jboss.org/browse/JBCACHE-1630 > Project: JBoss Cache > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Reporter: Bartosz Baranowski > Assignee: Paul Ferraro > Attachments: JBCACHE-1630.patch > > > versions dont exists so: > Affected: 3.2.11.GA-- > Fix : 3.2.12 -- 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 Feb 10 05:03:28 2014 From: issues at jboss.org (Carlo de Wolf (JIRA)) Date: Mon, 10 Feb 2014 05:03:28 -0500 (EST) Subject: [jbosscache-issues] [JBoss JIRA] (JBCACHE-1630) Cache fails to passivate on windows due to ':' in file url In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBCACHE-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlo de Wolf updated JBCACHE-1630: ----------------------------------- Due Date: 13/Feb/14 > Cache fails to passivate on windows due to ':' in file url > ---------------------------------------------------------- > > Key: JBCACHE-1630 > URL: https://issues.jboss.org/browse/JBCACHE-1630 > Project: JBoss Cache > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Reporter: Bartosz Baranowski > Assignee: Paul Ferraro > Attachments: JBCACHE-1630.patch, JBCACHE-1630.patch > > > versions dont exists so: > Affected: 3.2.11.GA-- > Fix : 3.2.12 -- 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 Tue Feb 25 15:17:47 2014 From: issues at jboss.org (Dennis Reed (JIRA)) Date: Tue, 25 Feb 2014 15:17:47 -0500 (EST) Subject: [jbosscache-issues] [JBoss JIRA] (JBCACHE-1633) ExpirationAlgorithm ignores entries loaded from a cache loader In-Reply-To: References: Message-ID: Dennis Reed created JBCACHE-1633: ------------------------------------ Summary: ExpirationAlgorithm ignores entries loaded from a cache loader Key: JBCACHE-1633 URL: https://issues.jboss.org/browse/JBCACHE-1633 Project: JBoss Cache Issue Type: Bug Security Level: Public (Everyone can see) Components: Eviction Affects Versions: 3.2.7.GA Reporter: Dennis Reed Assignee: Dennis Reed ExpirationAlgorithm ignores VISIT_NODE_EVENT notifications. However, these are the only notifications sent when loading an entry from a cache loader. Because of this, any entries loaded from a cache loader are never evicted. -- 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 Tue Feb 25 15:19:47 2014 From: issues at jboss.org (Dennis Reed (JIRA)) Date: Tue, 25 Feb 2014 15:19:47 -0500 (EST) Subject: [jbosscache-issues] [JBoss JIRA] (JBCACHE-1633) ExpirationAlgorithm ignores entries loaded from a cache loader In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBCACHE-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12948055#comment-12948055 ] Dennis Reed commented on JBCACHE-1633: -------------------------------------- Out of the shipped eviction policies, it only appears to affect ExpirationAlgorithm since it's the only one that ignores any events. Fix is to remove ExpirationAlgorithm#canIgnoreEvent and ExpirationPolicy#canIgnoreEvent, in order to use the default of "return false". > ExpirationAlgorithm ignores entries loaded from a cache loader > -------------------------------------------------------------- > > Key: JBCACHE-1633 > URL: https://issues.jboss.org/browse/JBCACHE-1633 > Project: JBoss Cache > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: Eviction > Affects Versions: 3.2.7.GA > Reporter: Dennis Reed > Assignee: Dennis Reed > > ExpirationAlgorithm ignores VISIT_NODE_EVENT notifications. > However, these are the only notifications sent when loading an entry from a cache loader. > Because of this, any entries loaded from a cache loader are never evicted. -- 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 Fri Feb 28 11:31:48 2014 From: issues at jboss.org (Dennis Reed (JIRA)) Date: Fri, 28 Feb 2014 11:31:48 -0500 (EST) Subject: [jbosscache-issues] [JBoss JIRA] (JBCACHE-1633) ExpirationAlgorithm ignores entries loaded from a cache loader In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBCACHE-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Reed resolved JBCACHE-1633. ---------------------------------- Resolution: Done Fixed in 3.2.13. > ExpirationAlgorithm ignores entries loaded from a cache loader > -------------------------------------------------------------- > > Key: JBCACHE-1633 > URL: https://issues.jboss.org/browse/JBCACHE-1633 > Project: JBoss Cache > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: Eviction > Affects Versions: 3.2.7.GA > Reporter: Dennis Reed > Assignee: Dennis Reed > > ExpirationAlgorithm ignores VISIT_NODE_EVENT notifications. > However, these are the only notifications sent when loading an entry from a cache loader. > Because of this, any entries loaded from a cache loader are never evicted. -- 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