Hello guys!
Given the following `nodetool status` how can I solve this unbalanced cluster problem?
Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN 10.1.20.49 860.9 GiB 256 ? be5a0193-56e7-4d42-8cc8-5d2141ab4872 us-east-1a UN 10.1.30.112 299.56 GiB 256 ? e5108a8e-cc2f-4914-a86e-fccf770e3f0f us-east-1b UN 10.1.19.163 741.8 GiB 256 ? 3c2efdda-8dd4-4f08-b991-9aff062a5388 us-east-1a UN 10.1.26.181 373.72 GiB 256 ? 0a8f07ba-a129-42b0-b73a-df649bd076ef us-east-1b DN 10.1.17.213 572.24 GiB 256 ? 71563e86-b2ae-4d2c-91c5-49aa08386f67 us-east-1a UN 10.1.31.60 499.07 GiB 256 ? 3647fcca-688a-4851-ab15-df36819910f4 us-east-1b UN 10.1.25.206 489.81 GiB 256 ? f43532ad-7d2e-4480-a9ce-2529b47f823d us-east-1b
1) How do I find how many partitions there are per node?
2) How can I identify why all my records end up on that node?
I tried to run nodetool cleanup but it gave me a SocketTimeoutException after a while
I also got the following warning
WARN 18:19:25 Only 61.739GiB free across all data volumes. Consider adding more capacity to your cluster or removing obsolete snapshots WARN 18:19:25 index_interval has been deprecated and should be removed from cassandra.yaml
Thanks