On Tue, Apr 22, 2014 at 1:55 PM, Russell Bradberry <rbradbe...@gmail.com>wrote:

> 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 getendpoints. If there
is at least one SSTable listed, the node *has* the row.

The code doesn't seem to differentiate between a tombstone or other masked
value, FWIW, so your client might not see a row that getSSTablesForKey says
is in the files.

=Rob

Reply via email to