Cassandra 1 node crashed in ring

2012-06-07 Thread Adeel Akbar
Hi, I am running 2 nodes of Cassandra 0.8.1 in ring with replication factor 2. Last night one of the Cassandra servers crashed and now we are running on single node. Please help me that how I add new node in ring and its gets all update/data which lost in crash server. Thanks Regards

Re: Cassandra 1 node crashed in ring

2012-06-07 Thread rohit bhatia
Restart cassandra on new node with autobootstrap as true, seed node as the existing node in the cluster and an appropriate token... You should not need to run nodetool repair as autobootstrap would take care of it. On Thu, Jun 7, 2012 at 12:22 PM, Adeel Akbar adeel.ak...@panasiangroup.com wrote:

RE: Cassandra 1 node crashed in ring

2012-06-07 Thread Adeel Akbar
: Cassandra 1 node crashed in ring Restart cassandra on new node with autobootstrap as true, seed node as the existing node in the cluster and an appropriate token... You should not need to run nodetool repair as autobootstrap would take care of it. On Thu, Jun 7, 2012 at 12:22 PM, Adeel Akbar adeel.ak

Re: Cassandra 1 node crashed in ring

2012-06-07 Thread rohit bhatia
: Cassandra 1 node crashed in ring Restart cassandra on new node with autobootstrap as true, seed node as the existing node in the cluster and an appropriate token... You should not need to run nodetool repair as autobootstrap would take care of it. On Thu, Jun 7, 2012 at 12:22 PM, Adeel Akbar

Re: Cassandra 1 node crashed in ring

2012-06-07 Thread rohit bhatia
Adeel Akbar -Original Message- From: rohit bhatia [mailto:rohit2...@gmail.com] Sent: Thursday, June 07, 2012 12:28 PM To: user@cassandra.apache.org Subject: Re: Cassandra 1 node crashed in ring Restart cassandra on new node with autobootstrap as true, seed node as the existing node

Re: Cassandra 1 node crashed in ring

2012-06-07 Thread aaron morton
of Cassandra 0.8.1 I would recommend upgrading to the latest 0.8 release there are a lot bug fixes. (if not 1.0.10) Please help me that how I add new node in ring and its gets all update/data which lost in crash server. Have you been working at CL QUOURM and running repair regularly? Am