我们如何使用nodetool来查找集群中的不平衡?

l0n*_*g3r 2 cassandra cql3

我需要知道我们是否可以使用cassandra 1.1.6提供的nodetool来查找集群中是否存在不平衡.

Lyu*_*rov 5

使用nodetool ring并注意Owns专栏.

lyubent:bin lyubentodorov$ ./nodetool ring
Note: Ownership information does not include topology, please specify a keyspace. 
Address         DC          Rack        Status State   Load            Owns                Token                                       
127.0.0.1       datacenter1 rack1       Up     Normal  9.1 KB          100.00%             38783122578811068034129545515711073918 
Run Code Online (Sandbox Code Playgroud)

另外,如果您从C*开始,您应该定位更多最新版本.