[infinispan-issues] [JBoss JIRA] Created: (ISPN-1290) FileCacheStore default purge interval too short

Robert Stupp (JIRA) jira-events at lists.jboss.org
Tue Aug 2 07:33:23 EDT 2011


FileCacheStore default purge interval too short
-----------------------------------------------

                 Key: ISPN-1290
                 URL: https://issues.jboss.org/browse/ISPN-1290
             Project: Infinispan
          Issue Type: Quality Risk
          Components: Configuration, Loaders and Stores
    Affects Versions: 5.0.0.CR8, 4.2.1.FINAL
            Reporter: Robert Stupp
            Assignee: Manik Surtani


The default purge interval is defined to be 5000 ms.

When adding a large amount of data to the cache, purging will block the whole application, because it starts - runs for a long time - stops and will be again started immediatly.
This leads to a "logical infinite loop" blocking the application.

This will get even worse when parallel purging (multiThreadedPugre / purgerThreads) is used)

--
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