[infinispan-issues] [JBoss JIRA] (ISPN-2671) clear() does not purge synchronously
Thomas Fromm (JIRA)
jira-events at lists.jboss.org
Thu Jan 10 08:21:09 EST 2013
[ https://issues.jboss.org/browse/ISPN-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744788#comment-12744788 ]
Thomas Fromm commented on ISPN-2671:
------------------------------------
Sorry missing details, I thought I find time to create test for that. However, here is short description:
I've wrapped the Cache API to include for size(), keySet() and so on also the entries present in cache store or remote nodes. So if cache store is present I access the cache store and read the keys present there.
When remove(..) single entries and access after the FileCacheStore with loadKeys, the removed keys are not included (expected behaviour wehn purge sync is active). When accessing after clean() the FileCacheStore, the keys are still present. My workaround is to remove(..) inside clean() all single entries one by one.
> clear() does not purge synchronously
> ------------------------------------
>
> Key: ISPN-2671
> URL: https://issues.jboss.org/browse/ISPN-2671
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores
> Affects Versions: 5.2.0.Beta6
> Reporter: Thomas Fromm
> Assignee: Mircea Markus
> Fix For: 5.3.0.Final
>
>
> When using a FileCacheStore with enables sync. purge and call clear(), the entries inside the store are not purged syncronously.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list