[infinispan-issues] [JBoss JIRA] (ISPN-1303) More FileCacheStore optimizations

Sanne Grinovero (Commented) (JIRA) jira-events at lists.jboss.org
Wed Dec 7 13:08:41 EST 2011


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

Sanne Grinovero commented on ISPN-1303:
---------------------------------------

Hi Robert,
your patch is interesting, but it's pretty hard to understand which changes you made compared to the original one, as the FileCacheStore in Infinispan is today likely quite different than the one you started from.
If you're not familiar or interested in Git, could you send a patch or diff file from the original file you edited, and add some comments?
If you could apply your changes to the latest version of FileCacheStore that would be ideal.

                
> More FileCacheStore optimizations
> ---------------------------------
>
>                 Key: ISPN-1303
>                 URL: https://issues.jboss.org/browse/ISPN-1303
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Loaders and Stores
>    Affects Versions: 5.0.0.CR8
>            Reporter: Robert Stupp
>            Assignee: Manik Surtani
>         Attachments: CombinedBucketFileCacheStore.java
>
>
> Still some more optimizations
> 1. added a check to prohibit purge at all, if the whole cache store does not contain any expireable cache entry (works great with non-expireable cache entries - like Lucene indexes)
> 2. added some more configuration options for purge:
> 2.a. minimum time to wait between to purge runs
> 2.b. minimum time to wait after last update to a bucket before purge run
> 2.c. maximum time to wait after the last purge run
> 3. prohibit purge run, if no update occured
> 4. prohibit purge test (and execution), if bucket file did not change after last purge run
> Will attach source code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list