Re: Re-bootstrap node after disk failure

2015-03-25 Thread Phil Yang
Sorry I misunderstanded your need, you can replace the node with hard drive failure using http://www.datastax.com/documentation/cassandra/2.0/cassandra/operations/ops_replace_node_t.html . In your case the node being replaced has the same ip/host with the "new node" with new hard drive. 2015-03-25

Re: Re-bootstrap node after disk failure

2015-03-24 Thread Flavien Charlon
Is it what this command does? In that case the documentation is misleading because it says: "Use this command to bring up a new data center in an existing cluster", which is not really what I'm trying to do. On 24 March 2015 at 21:12, Phil Yang wrote: > you can use "nodetool rebuild" in this nod

Re: Re-bootstrap node after disk failure

2015-03-24 Thread Phil Yang
you can use "nodetool rebuild" in this node. 2015-03-25 9:20 GMT+08:00 Flavien Charlon : > Hi, > > What is the process to re-bootstrap a node after hard drive failure > (Cassandra 2.1.3)? > > This is the same node as previously, but the data folder has been wiped, > and I would like to re-bootstr

Re-bootstrap node after disk failure

2015-03-24 Thread Flavien Charlon
Hi, What is the process to re-bootstrap a node after hard drive failure (Cassandra 2.1.3)? This is the same node as previously, but the data folder has been wiped, and I would like to re-bootstrap it from the data stored on the other nodes of the cluster (I have RF=3). I am not using vnodes. Th