[infinispan-issues] [JBoss JIRA] Created: (ISPN-1269) FileCacheStore contains entries after they have been activated (with passivation enabled)
Martin Gencur (JIRA)
jira-events at lists.jboss.org
Wed Jul 27 04:41:23 EDT 2011
FileCacheStore contains entries after they have been activated (with passivation enabled)
-----------------------------------------------------------------------------------------
Key: ISPN-1269
URL: https://issues.jboss.org/browse/ISPN-1269
Project: Infinispan
Issue Type: Bug
Components: Eviction, Loaders and Stores
Affects Versions: 5.0.0.CR8
Environment: EDG 6 Alpha SNAPSHOT (Infinispan 5 CR8, JBossAS 7.1.0.Alpha1-SNAPSHOT)
Reporter: Martin Gencur
Assignee: Manik Surtani
According to this article: https://docs.jboss.org/author/pages/viewpage.action?pageId=5832809, when passivation is enable along with eviction, entries should exist either in a cache or in a cache store, which is not true with CR8.
When an entry is activated (back from the cache store), it still remains in the cache store.
Test for this can be found at https://svn.devel.redhat.com/repos/jboss-qa/edg/edg-functional-tests/trunk/cache-passivation. In order to run it, one has to set JBOSS_HOME property pointing to an EDG server (I used one with Infinispan CR8 and JBossAS 7.1 SNAPSHOT) and run "mvn clean verify". Configuration files can be found at the above location under src/test/resources dir.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list