Re: replica verification

2013-12-03 Thread chandra Varahala
Thank you Team. -Chandra On Mon, Dec 2, 2013 at 7:32 PM, Robert Coli wrote: > On Mon, Dec 2, 2013 at 8:16 AM, chandra Varahala < > hadoopandcassan...@gmail.com> wrote: > >> I have cassandra cluster with 5 nodes with 1 replication factor initially. >> Now i changed to replication factor 3 and

Re: replica verification

2013-12-02 Thread Robert Coli
On Mon, Dec 2, 2013 at 8:16 AM, chandra Varahala < hadoopandcassan...@gmail.com> wrote: > I have cassandra cluster with 5 nodes with 1 replication factor initially. > Now i changed to replication factor 3 and ran nodetool repair. > Is there way i can verify that i have 3 replicas ? > Use "findrow

Re: replica verification

2013-12-02 Thread Jason Wee
You could probably use one of these nodetool getendpoints- Print the end points that owns the key using cqlsh and desc keyspace; /Jason On Tue, Dec 3, 2013 at 12:16 AM, chandra Varahala < hadoopandcassan...@gmail.com> wrote: > Hello Team, > > > I have cassandra cluster with 5 nodes with

replica verification

2013-12-02 Thread chandra Varahala
Hello Team, I have cassandra cluster with 5 nodes with 1 replication factor initially. Now i changed to replication factor 3 and ran nodetool repair. Is there way i can verify that i have 3 replicas ? Thanks Chandra