Last active
December 19, 2015 02:08
-
-
Save pcn/5880441 to your computer and use it in GitHub Desktop.
multiregion cassandra 6-node cassandra cluster
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
| ``` | |
| Every 2.0s: nodetool -h0 ring Thu Jun 27 21:44:36 2013 | |
| Address DC Rack Status State Load Owns Token | |
| 113427455640312821154458202479223443377 | |
| 54.225.85.126 us-east 1a Up Normal 15.21 MB 33.33% 1808575600 | |
| 54.245.99.207 us-west-2 2a Up Normal 21.69 MB 0.00% 1967372893 | |
| 54.225.86.23 us-east 1d Up Normal 59.79 MB 33.33% 56713727820156410577229101240436610842 | |
| 54.245.102.34 us-west-2 2c Up Normal 16.88 MB 0.00% 56713727820156410577229101240595408135 | |
| 54.225.86.137 us-east 1e Up Normal 71.84 KB 33.33% 113427455640312821154458202479064646084 | |
| 54.245.102.16 us-west-2 2b Up Normal 18.94 MB 0.00% 113427455640312821154458202479223443377 | |
| ``` |
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
| ``` | |
| (PN-Cassandra 1/3) pn@ip-10-250-40-95:~$ nodetool -h0 ring | |
| Address DC Rack Status State Load Owns Token | |
| 113427455640312821154458202479223443377 | |
| 54.225.85.126 us-east 1a Up Normal 16 KB 33.33% 1808575600 | |
| 54.245.99.207 us-west-2 2a Up Normal 11.39 KB 0.00% 1967372893 | |
| 54.225.86.23 us-east 1d Up Normal 20.38 KB 33.33% 56713727820156410577229101240436610842 | |
| 54.245.102.34 us-west-2 2c Up Normal 22.47 KB 0.00% 56713727820156410577229101240595408135 | |
| 54.225.86.137 us-east 1e Up Normal 20.38 KB 33.33% 113427455640312821154458202479064646084 | |
| 54.245.102.16 us-west-2 2b Up Normal 13.26 KB 0.00% 113427455640312821154458202479223443377 | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment