]
Manik Surtani updated ISPN-1290:
--------------------------------
Fix Version/s: 5.0.0.FINAL
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: 4.2.1.FINAL, 5.0.0.CR8
Reporter: Robert Stupp
Assignee: Manik Surtani
Fix For: 5.0.0.FINAL
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: