Re: Cluster processing not balanced

2013-06-28 Thread Rene Kochen
I found the issue. Stupid mistake. Although I have 100 customers in the cluster, I do a get_range_slices to get the first 1 customers. I use these customers as a seed for my test program. I random select customers from that set and fire requests at the cluster. Those 1 customers all r

Cluster processing not balanced

2013-06-28 Thread Rene Kochen
Hi All, I have the following situation: - Cassandra 1.0.11 - A 6 node cluster - Random partitioner - Tokens are balanced (according to node-tool) - Data-load is balanced (according to node-tool) I have a customers column-family with 100 customers. I also have a test client which requests ran