Hi.

  I have a cluster with only 1 node with a lot of datas (500 Go) .
  I want add a new node with the same datas (with a ReplicationFactor 2)

The method normal is :
stop node.
add a node.
change replication factor to 2.
start nodes
use nodetool repair

  But , I didn't know if this other method is valid, and if it's can be
faster :
stop nodes.
copy all SSTables
change replication factor.
start nodes
and
use nodetool repair

  Have you an idea for the faster valid method ?

Thx.

Reply via email to