Re: Key to Token clarification

2010-11-06 Thread Tyler Hobbs
Minor correction: instead of replicating at the 'previous (replicas-1) nodes' it's replicated to the next (RF - 1) nodes clockwise, assuming you're using SimpleStrategy. NetworkTopologyStrategy and similar skip nodes in the ring to make sure you meet your cross-datacenter requirements. Which node

Key to Token clarification

2010-11-05 Thread Christian Decker
Hi all, I'm trying to figure out some minor understanding problems. As I see it for each Keyspace each node takes care about a certain tokenRange (describe_ring gives me the assignment), these TokenRanges have a list of nodes that hold replicas, a start token and an end token. The tokens are of ty