> There is always num_tokens tokens in the ring.
I got this wrong. Each node *does* have num_tokens tokens. >> With N nodes, the ring is divided into N*num_tokens. Correct? Yes > In other words it is cluster wide parameter. Correct? Yes. Cheers ----------------- Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorton http://www.thelastpickle.com On 6/02/2013, at 10:36 AM, Andrey Ilinykh <ailin...@gmail.com> wrote: > > > > On Tue, Feb 5, 2013 at 12:42 PM, aaron morton <aa...@thelastpickle.com> wrote: >> With N nodes, the ring is divided into N*num_tokens. Correct? > > There is always num_tokens tokens in the ring. > Each node has (num_tokens / N) * RF ranges on it. > > That means every node should have the same num_token parameter? In other > words it is cluster wide parameter. Correct? > > Thank you, > Andrey