[infinispan-issues] [JBoss JIRA] Commented: (ISPN-334) CloudCacheStore should use metadata to store expiration information for more efficient purging

Manik Surtani (JIRA) jira-events at lists.jboss.org
Tue Mar 9 09:47:07 EST 2010


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

Manik Surtani commented on ISPN-334:
------------------------------------

This is *mostly* implemented, but due to a bug in JClouds 1.0-beta-4 (see http://code.google.com/p/jclouds/issues/detail?id=202) the purging code does not retrieve metadata properly.  Leaving this open until the bug is fixed.

See TODOs in the cachestore/cloud module re: steps to close this issue.

> CloudCacheStore should use metadata to store expiration information for more efficient purging
> ----------------------------------------------------------------------------------------------
>
>                 Key: ISPN-334
>                 URL: https://jira.jboss.org/jira/browse/ISPN-334
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Loaders and Stores
>            Reporter: Manik Surtani
>            Assignee: Manik Surtani
>            Priority: Minor
>             Fix For: 4.1.0.ALPHA1, 4.1.0.Final
>
>
> CloudCacheStore currently uses the BucketBasedCacheStore facilities to encode expiry information into the buckets.  This means buckets need to be loaded (expensive) before such information can be read.  It would be more efficient to encode this as metadata so that it can be read before potentially loading large blob values, and if the entry has expired, simply delete the entry rather than load it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list