RE: Problems with node rejoining cluster

2013-06-28 Thread Arindam Barua
the cluster fine. cassandra-cli does not report split schema. Thanks, Arindam From: aaron morton [mailto:aa...@thelastpickle.com] Sent: Thursday, June 27, 2013 10:11 PM To: user@cassandra.apache.org Subject: Re: Problems with node rejoining cluster Are you move the node to a new machine or re

Re: Problems with node rejoining cluster

2013-06-28 Thread aaron morton
To: user@cassandra.apache.org Subject: Re: Problems with node rejoining cluster Are you move the node to a new machine or re-installing on the same machine ? If it's the former then: * shut it down cleanly * copy all the data and config * update the yaml with the new IP

Re: Problems with node rejoining cluster

2013-06-27 Thread aaron morton
. -Original Message- From: Robert Coli [mailto:rc...@eventbrite.com] Sent: Tuesday, June 25, 2013 11:15 AM To: user@cassandra.apache.org Subject: Re: Problems with node rejoining cluster On Mon, Jun 24, 2013 at 11:19 PM, Arindam Barua aba...@247-inc.com wrote: - We do

RE: Problems with node rejoining cluster

2013-06-26 Thread Arindam Barua
...@eventbrite.com] Sent: Tuesday, June 25, 2013 11:15 AM To: user@cassandra.apache.org Subject: Re: Problems with node rejoining cluster On Mon, Jun 24, 2013 at 11:19 PM, Arindam Barua aba...@247-inc.com wrote: - We do not specify any tokens in cassandra.yaml relying on bootstrap

Problems with node rejoining cluster

2013-06-25 Thread Arindam Barua
We need to do a rolling upgrade of our Cassandra cluster in production, since we are upgrading Cassandra on solaris to Cassandra on CentOS. (We went with solaris initially since most of our other hosts in production are solaris, but were running into some lockup issues during perf tests, and

Re: Problems with node rejoining cluster

2013-06-25 Thread Robert Coli
On Mon, Jun 24, 2013 at 11:19 PM, Arindam Barua aba...@247-inc.com wrote: - We do not specify any tokens in cassandra.yaml relying on bootstrap assigning the tokens automatically. As cassandra.yaml comments state, you should never ever do this in a real cluster. I don't know what is