RE: Replica info

2013-05-09 Thread Kanwar Sangha
Thanks ! Is there also a way to find out the replica nodes ? Say we have 2 DCs, DC1 and DC2 with RF=2 (DC1:1, DC2:1) Can we find out which node in DC2 is a replica ? From: Edward Capriolo [mailto:edlinuxg...@gmail.com] Sent: 08 May 2013 21:08 To: user@cassandra.apache.org Subject: Re: Replica

Re: Replica info

2013-05-09 Thread Michael Morris
@cassandra.apache.org *Subject:* Re: Replica info ** ** http://www.datastax.com/docs/1.1/references/nodetool#nodetool-getendpoints This tells you where a key lives. (you need to hex encode the key) ** ** On Wed, May 8, 2013 at 5:14 PM, Hiller, Dean dean.hil...@nrel.gov wrote

Re: Replica info

2013-05-08 Thread Hiller, Dean
nodetool describering {keyspace} From: Kanwar Sangha kan...@mavenir.commailto:kan...@mavenir.com Reply-To: user@cassandra.apache.orgmailto:user@cassandra.apache.org user@cassandra.apache.orgmailto:user@cassandra.apache.org Date: Wednesday, May 8, 2013 3:00 PM To:

Re: Replica info

2013-05-08 Thread Tyler Hobbs
You also might be interested in nodetool getendpoints keyspace cf key, which prints the nodes that are replicas for a given key On Wed, May 8, 2013 at 4:14 PM, Hiller, Dean dean.hil...@nrel.gov wrote: nodetool describering {keyspace} From: Kanwar Sangha

Re: Replica info

2013-05-08 Thread Edward Capriolo
http://www.datastax.com/docs/1.1/references/nodetool#nodetool-getendpoints This tells you where a key lives. (you need to hex encode the key) On Wed, May 8, 2013 at 5:14 PM, Hiller, Dean dean.hil...@nrel.gov wrote: nodetool describering {keyspace} From: Kanwar Sangha