Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-2349 Finish rebalancing after coordinator change #1344

Closed
wants to merge 2 commits into from

Conversation

danberindei
Copy link
Member

https://issues.jboss.org/browse/ISPN-2349

Cluster state recovery will soft-restart any rebalance that was in
progress with the old coordinator. It will also recover joiners that are
not in any consistent hash (but did return a status for that cache).

@ghost ghost assigned anistor Sep 28, 2012

@Override
public String toString() {
return "RebalanceInfo{" +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RebalanceConfirmationCollector, not RebalanceInfo.
Might be helpful to include cacheName too.

@anistor
Copy link
Member

anistor commented Sep 28, 2012

Looks good.

Cluster state recovery will soft-restart any rebalance that was in
progress with the old coordinator. It will also recover joiners that are
not in any consistent hash (but did return a status for that cache).
@anistor
Copy link
Member

anistor commented Sep 28, 2012

Integrated. Thanks!

@anistor anistor closed this Sep 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants