Created
May 21, 2012 18:17
-
-
Save jtuple/2763719 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./dev/dev2/bin/riak-admin cluster plan | |
=============================== Staged Changes ================================ | |
Action Nodes(s) | |
------------------------------------------------------------------------------- | |
leave '[email protected]' | |
join '[email protected]' | |
------------------------------------------------------------------------------- | |
NOTE: Applying these changes will result in 2 cluster transitions | |
############################################################################### | |
After cluster transition 1/2 | |
############################################################################### | |
================================= Membership ================================== | |
Status Ring Pending Node | |
------------------------------------------------------------------------------- | |
leaving 17.2% 0.0% '[email protected]' | |
valid 15.6% 18.8% '[email protected]' | |
valid 0.0% 9.4% '[email protected]' | |
valid 18.8% 18.8% '[email protected]' | |
valid 17.2% 17.2% '[email protected]' | |
valid 15.6% 17.2% '[email protected]' | |
valid 15.6% 18.8% '[email protected]' | |
------------------------------------------------------------------------------- | |
Valid:6 / Leaving:1 / Exiting:0 / Joining:0 / Down:0 | |
Transfers resulting from cluster changes: 11 | |
1 transfers from '[email protected]' to '[email protected]' | |
2 transfers from '[email protected]' to '[email protected]' | |
6 transfers from '[email protected]' to '[email protected]' | |
2 transfers from '[email protected]' to '[email protected]' | |
############################################################################### | |
After cluster transition 2/2 | |
############################################################################### | |
================================= Membership ================================== | |
Status Ring Pending Node | |
------------------------------------------------------------------------------- | |
exiting 0.0% 0.0% '[email protected]' | |
valid 18.8% 17.2% '[email protected]' | |
valid 9.4% 15.6% '[email protected]' | |
valid 18.8% 15.6% '[email protected]' | |
valid 17.2% 15.6% '[email protected]' | |
valid 17.2% 17.2% '[email protected]' | |
valid 18.8% 18.8% '[email protected]' | |
------------------------------------------------------------------------------- | |
Valid:6 / Leaving:0 / Exiting:1 / Joining:0 / Down:0 | |
Transfers resulting from cluster changes: 4 | |
1 transfers from '[email protected]' to '[email protected]' | |
1 transfers from '[email protected]' to '[email protected]' | |
2 transfers from '[email protected]' to '[email protected]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment