Hi,

I want to extend my cluster (C* 3.9) from three nodes with RF 2  to
seven nodes with RF 3.

Is there a preferable way to do this?

For example:
setting "auto_bootstrap: true" and bootstrapping each new node at a time?

setting "auto_bootstrap: false" , starting all new nodes at once and
then "nodetool rebuild"?

Should I alter the RF after adding the new nodes?
I could add 2 nodes, then change the RF, then add the remaining 2 nodes.

Should all new nodes have "allocate_tokens_for_local_replication_factor"
set to 3 since the RF will be changed to 3 later?

There is quite some data stored, so I would prefer a method which does
fewer reorganisations of the data.


Thanks for your advice,
 Michael


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org
For additional commands, e-mail: user-h...@cassandra.apache.org

Reply via email to