[JBoss JIRA] (ISPN-9005) CounterManagerOperationTest and RemoteCounterManagerTest random failures
by Pedro Ruivo (JIRA)
Pedro Ruivo created ISPN-9005:
---------------------------------
Summary: CounterManagerOperationTest and RemoteCounterManagerTest random failures
Key: ISPN-9005
URL: https://issues.jboss.org/browse/ISPN-9005
Project: Infinispan
Issue Type: Bug
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
There is a small issue in the test where the {{createCacheManagers()}} ca run before {{cleanup()}}.
It reads the counters created from the previous runs and loads them in memory. The test fails because it is expecting to not finding the counter there.
We need to make sure we cleanup before the cache manager starts. Probably is also better to cleanup after the tests.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (ISPN-3202) Infinispan cachestores remove entries early when maxIdle used
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-3202?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant reassigned ISPN-3202:
-------------------------------------
Assignee: William Burns (was: Pedro Ruivo)
> Infinispan cachestores remove entries early when maxIdle used
> -------------------------------------------------------------
>
> Key: ISPN-3202
> URL: https://issues.jboss.org/browse/ISPN-3202
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores
> Affects Versions: 5.2.6.Final
> Environment: Linux: debian wheezy
> uname -a: Linux hostname 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2+deb7u2 x86_64 GNU/Linux
> JBoss: 7.1.2.Final
> Embedded cache using infinispan 5.2.6.Final jars included in WAR's WEB-INF/lib directory.
> Reporter: Ralph Jennings
> Assignee: William Burns
> Labels: cache-store, maxIdle, timeout
>
> When adding an entry to the cache (embedded), specifying maxIdle... The entry goes into the store, but the store removes the entry when maxIdle time elapses from creation (rather than from last access).
> The cache correctly keeps the entry in memory (unless evicted).
> This leaves the cache and store out of sync.
> I saw this same behavior with both stringKeyedJdbcStore and fileStore.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years