[infinispan-issues] [JBoss JIRA] Commented: (ISPN-1291) FileCacheStore implementation leads to purge duration of many minutes and sometimes many hours

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


    [ https://issues.jboss.org/browse/ISPN-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618082#comment-12618082 ] 

Manik Surtani commented on ISPN-1291:
-------------------------------------

Thanks for reporting these, Robert.  If you have an impl that fixes these issues (ISPN-1291, ISPN-1290, ISPN-1289, ISPN-1288, ISPN-1287, ISPN-1286) and want to contribute it, that would be great.  If you've forked Infinispan on GitHub and want to issue a pull request, please have a quick read of https://docs.jboss.org/author/display/ISPN/Contributing+to+Infinispan#ContributingtoInfinispan-SourceControl 

Saves me having to re-fix these issues if you've already got a tried and tested fix.  :-)

> FileCacheStore implementation leads to purge duration of many minutes and sometimes many hours
> ----------------------------------------------------------------------------------------------
>
>                 Key: ISPN-1291
>                 URL: https://issues.jboss.org/browse/ISPN-1291
>             Project: Infinispan
>          Issue Type: Quality Risk
>          Components: Loaders and Stores
>    Affects Versions: 4.2.1.FINAL, 5.0.0.CR8
>            Reporter: Robert Stupp
>            Assignee: Manik Surtani
>
> Purging in FileCacheStore takes too long.
> I have implemented a copy of FileCacheStore with the issues of ISPN-1286 resolved.
> So the purgeInternal will both not block the whole application (uses cache key locks instead of a global lock and a large purge interval).
> When adding a huge amount of data, the FileCacheStore writes many many thousands of files.
> During each purge, all files will be touched - so the time to purge increases until it is no longer acceptable (several minutes to several hours).

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