Uneven Cassandra load

Posted by David Keen on Server Fault See other posts from Server Fault or by David Keen
Published on 2013-01-14T11:54:38Z Indexed on 2013/10/26 22:00 UTC
Read the original article Hit count: 276

Filed under:

Should a three node Cassandra cluster with a replication factor of 3 have the same load value for all three nodes?

We are using a random partitioner and NetworkTopologyStrategy. Nodetool ring shows equal values for "Owns" but unequal values for "Load".

Load            Owns    Token                                       
                        113427455640312821154458202477256070484     
16.53 GB        33.33%  0                                           
14.8 GB         33.33%  56713727820156410577229101238628035242      
15.65 GB        33.33%  113427455640312821154458202477256070484

Running nodetool repair and cleanup on each node brought the load a little closer but it still seems quite unbalanced.

Is this considered normal?

© Server Fault or respective owner

Related posts about cassandra