scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
22 stars 65 forks source link

cluster: add add_seed method #549

Closed bhalevy closed 8 months ago

bhalevy commented 8 months ago

To be used after replacing nodes. We cannot add the replacing nodes to seeds right away since it's considered invalid to add a replacing node as a seed (probably for historical reasons). So we need to add it only after it's finished replace bootstrapping.

bhalevy commented 8 months ago

ping @fruch please review/merge