Hi - I am trying to do benchmark using the Cassandra-stress tool. They have given an example to insert data across 2 nodes -
/tools/stress/bin/stress -d 192.168.1.101,192.168.1.102 -n 10000000 But when I run this across my 2 node cluster, I see the same keys in both nodes. Replication is not enabled. Should it not have unique keys in both nodes ? Thanks, Kanwar
