[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-1286) Parallel purger threads will not be locked globally in FileCacheStore
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Tue Aug 2 13:56:23 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani resolved ISPN-1286.
---------------------------------
Resolution: Rejected
This is no longer an issue since ISPN-1288 means a global lock is no longer acquired.
> Parallel purger threads will not be locked globally in FileCacheStore
> ---------------------------------------------------------------------
>
> Key: ISPN-1286
> URL: https://issues.jboss.org/browse/ISPN-1286
> Project: Infinispan
> Issue Type: Bug
> Components: Eviction, Loaders and Stores
> Affects Versions: 5.0.0.CR8
> Reporter: Robert Stupp
> Assignee: Manik Surtani
> Fix For: 5.0.0.FINAL
>
>
> The function FileCacheStore.purgeInternal() aquires a global lock and releases it after completion.
> When multiThreadedPurge is true (which cannot be the case due to another bug, that I'll post later), the lock will be released BEFORE purging has completed.
> This is caused by the implementation, that starts N purger threads in parallel but does not wait for them to complete (as I think).
--
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