Hello,
I am running 5 Cassandra servers for about 4 months with no problems, but I just noticed the following when I run the command: nodetool -host localhost ring
Address DC Rack Status State Load Owns Token
136112946768375385385349842972707284582
XX.211.156.XXX 211 156 Up Normal 132.97 GB 20.00% 0
XX.211.166.XXX 211 166 Up Normal 64.7 GB 20.00% 34028236692093846346337460743176821145
XX.211.166.XXX 211 166 Up Normal 71.31 GB 20.00% 68056473384187692692674921486353642291
XX.211.162.XXX 211 162 Up Normal 70.96 GB 20.00% 102084710076281539039012382229530463436
XX.211.165.XXX 211 165 Up Normal 100.11 GB 20.00% 136112946768375385385349842972707284582
The way I set up the servers was according to the tutorial: http://www.datastax.com/docs/1.0/install/cluster_init#initializing-a-multi-node-or-multi-data-center-cluster (for a Single Data Center)
It seems that the load is not balanced; I remember that each node had equal load in the beginning. Could you please suggest what might have happened and how to resolve this? I tried to use the nodetool -host localhost repair several times but it doesn't seem to help.
Many thanks. :)
