Re: Reg Cassandra load balance

2011-09-06 Thread Radim Kolar
switch to random (hash) partitioner OR move tokens from your empty nodes into different position in ring; split your full nodes in half. ring will then look like: owns 14% 14% 14% rest of ring.

Reg Cassandra load balance

2011-09-06 Thread Thamizh
Hi All, I am using Cassandra-0.7.8 on cluster of 4 machines. I have uploaded some files using Map/Reduce. It looks files got distributed only among 2 nodes. When I used RF=3 it had got distributed to equally 4 nodes on below configuration. Here are some config info's: 1. ByteOrderedPartitioner