[infinispan-issues] [JBoss JIRA] Updated: (ISPN-1171) State transfer should not write anything to the shared cache store or clear any cache store
Dan Berindei (JIRA)
jira-events at lists.jboss.org
Wed Jun 15 18:59:29 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Berindei updated ISPN-1171:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/382
* Don't clear the cache store before state transfer, use purgeOnStartup for that.
* Don't write to a shared cache store during state transfer.
* Warning about stale entries when fetch persistent state and purge on startup are both disabled.
> State transfer should not write anything to the shared cache store or clear any cache store
> -------------------------------------------------------------------------------------------
>
> Key: ISPN-1171
> URL: https://issues.jboss.org/browse/ISPN-1171
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores
> Affects Versions: 5.0.0.CR4
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 5.0.0.CR7
>
>
> State transfer should only write to non-shared cache stores.
> Additionally, since we already have a purgeOnStartup configuration that clears the cache store on startup, state transfer should not clear any cache store. It should log a warning that some entries will be stale instead if purgeOnStartup is disabled and the cache store is not shared.
--
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