[infinispan-issues] [JBoss JIRA] Updated: (ISPN-1194) Consolidate rehash and replication state retrieval code
Dan Berindei (JIRA)
jira-events at lists.jboss.org
Mon Sep 19 09:20:26 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Berindei updated ISPN-1194:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/537
I extracted the rehashing out of DistributionManager into a StateTransferManager and I changed replicated mode state transfer to use it.
Remaining issues
* Need to use the coordinator address when checking views for equality
* Need a rehash confirmation phase to ensure that all the cluster members have the same "old" view during rehash.
> Consolidate rehash and replication state retrieval code
> -------------------------------------------------------
>
> Key: ISPN-1194
> URL: https://issues.jboss.org/browse/ISPN-1194
> Project: Infinispan
> Issue Type: Feature Request
> Components: Distributed Cache, State transfer
> Affects Versions: 5.0.0.FINAL
> Reporter: Manik Surtani
> Assignee: Dan Berindei
> Priority: Blocker
> Labels: rehash, state_transfer
> Fix For: 5.1.0.BETA1, 5.1.0.FINAL
>
>
> As discussed. Abstract the actual code that handles moving of state so that it can be used both for rehashing as well as state transfer for replicated caches, thereby removing dependence on JGroups' FLUSH and partial state transfer.
--
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