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
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
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
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