Greeings, I have configured 3 node Cassandra 1.2.12 cluster and I am able to connect to master and create keyspaces and tables over all nodes. However, I want to run YCSB over my cluster so when I run YCSB and load data it is all loaded on Master. Since I am loading 1000000 records I calculated initial tokens by dividing that number by number of nodes I have. When I run nodetool I get something like:
Address Rack Status State Load Owns Token
10.3.2.8 2 Up Normal 1.08GB 100% 0
10.3.1.231 2 Up Normal 67.58KB 0% 330000
10.3.1.128 2 Up Normal 52.79KB 0% 660000
Did someone had same problem? I have tried using tokengentool to assign tokes and diffrenet partitions (Murmur3 and Random) and it was all same, just loading all data on Master node.
Regards, Veronika.