Re: Bringing a node back online after failure

2011-01-31 Thread Robert Coli
On Sat, Jan 29, 2011 at 11:38 PM, Chris Goffinet wrote: > For nodes that might have a drive failure, but same ip address, what do you > think about supplying the node's same token + autobootstrap set to true? This > process works in trunk, but not all the data seems to be streamed over from >

Re: Bringing a node back online after failure

2011-01-30 Thread Chris Goffinet
So you would be okay if I added -Dreplace_token as the check to do that? -Chris On Jan 30, 2011, at 9:55 PM, Jonathan Ellis wrote: > I think we'd need a new operation type > (https://issues.apache.org/jira/browse/CASSANDRA-957) to go from "some > of the data gets streamed" to "all of the data ge

Re: Bringing a node back online after failure

2011-01-30 Thread Jonathan Ellis
I think we'd need a new operation type (https://issues.apache.org/jira/browse/CASSANDRA-957) to go from "some of the data gets streamed" to "all of the data gets streamed." A node that claims a token that is in the ring is assumed to actually have that data and IMO trying to guess when to break th

Bringing a node back online after failure

2011-01-29 Thread Chris Goffinet
I was looking over the Operations wiki, and with the many improvements with 0.7, I wanted to bring up a thought. The two options today for replacing a node that has lost all data is: (Recommended approach) Bring up the replacement node with a new IP address, and AutoBootstrap set to true in st