which replica has your data?

2014-04-22 Thread Han,Meng
Hi all, I have a data item whose row key is 7573657238353137303937323637363334393636363230 and I have a five node Cassandra cluster with replication factor set to 3. Each replica's token is listed below TOK: 0 TOK: 34028236692093846346337460743176821145 TOK:

Re: which replica has your data?

2014-04-22 Thread Russell Bradberry
nodetool getendpoints keyspace cf key On April 22, 2014 at 4:52:08 PM, Han,Meng (meng...@ufl.edu) wrote: Hi all, I have a data item whose row key is 7573657238353137303937323637363334393636363230 and I have a five node Cassandra cluster with replication factor set to 3. Each replica's

Re: which replica has your data?

2014-04-22 Thread Robert Coli
On Tue, Apr 22, 2014 at 1:55 PM, Russell Bradberry rbradbe...@gmail.comwrote: nodetool getendpoints keyspace cf key That will tell OP what nodes *should* have the row... to answer which of those replicas *actually have* the row, call the JMX method getSSTablesForKey, on each node returned by