[infinispan-issues] [JBoss JIRA] Updated: (ISPN-1288) FileCacheStore should lock individual files when purging, rather than acquire a global lock

Manik Surtani (JIRA) jira-events at lists.jboss.org
Tue Aug 2 13:01:23 EDT 2011


     [ https://issues.jboss.org/browse/ISPN-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manik Surtani updated ISPN-1288:
--------------------------------

       Summary: FileCacheStore should lock individual files when purging, rather than acquire a global lock  (was: Purging blocks completely)
        Labels: FileCacheStore  (was: )
    Complexity: Medium


> FileCacheStore should lock individual files when purging, rather than acquire a global lock
> -------------------------------------------------------------------------------------------
>
>                 Key: ISPN-1288
>                 URL: https://issues.jboss.org/browse/ISPN-1288
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Eviction, Loaders and Stores
>    Affects Versions: 5.0.0.CR8
>            Reporter: Robert Stupp
>            Assignee: Manik Surtani
>              Labels: FileCacheStore
>             Fix For: 5.0.0.FINAL
>
>
> When purging, the whole cache seems to be blocked.
> This might be caused by the global lock used in FileCacheStore.purgeInternal().
> A solution might be to lock each cache key to be purged. This might be slower, but will not block the whole cache.
> (checked with FileCacheStore)

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