I installed cassandra and started it in multi-node. I set the InitialToken to
0. I ran nodetool and see:

$ nodetool -h localhost ring
Address         Status State   Load            Owns    Token
                                                      
152896308109140433971537345591636551711
172.16.20.179  Up     Normal  7.52 KB         10.14%  0
172.16.20.12   Up     Normal  12.5 KB         89.86% 
152896308109140433971537345591636551711

--
Does it mean any keys between 0 - 152896308109140433971537345591636551711
will go in Node 1
and anything > 152896308109140433971537345591636551711 will go in Node 2?
-- 
View this message in context: 
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/RandomPartitioner-tp6025203p6025659.html
Sent from the cassandra-u...@incubator.apache.org mailing list archive at 
Nabble.com.

Reply via email to