How to determine which node(s) an insert would go to in C* 2.0 with vnodes?

2013-10-08 Thread Sameer Farooqui
Hi, When using C* 2.0 in a large 100 node cluster with Murmer3Hash, vnodes and 256 tokens assigned to each node, is it possible to find out where a certain key is destined to go? If the keyspace defined has replication factor = 3, then a specific key like 'row-1' would be destined to go to 3 node

RE: How to determine which node(s) an insert would go to in C* 2.0 with vnodes?

2013-10-08 Thread Christopher Wirt
i.e. tracing on; select * from column_family1 where partition_column = value; From: Sameer Farooqui [mailto:sam...@blueplastic.com] Sent: 08 October 2013 10:20 To: user@cassandra.apache.org Subject: How to determine which node(s) an insert would go to in C* 2.0 with vnodes? Hi, When us

Re: How to determine which node(s) an insert would go to in C* 2.0 with vnodes?

2013-10-08 Thread Kais Ahmed
racing on; > > select * from column_family1 where partition_column = value; > > ** ** > > ** ** > > ** ** > > *From:* Sameer Farooqui [mailto:sam...@blueplastic.com] > *Sent:* 08 October 2013 10:20 > *To:* user@cassandra.apache.org > *Subject:* How to determine which node(s) a