scylladb / scylla-manager

The Scylla Manager
https://manager.docs.scylladb.com/stable/
Other
48 stars 33 forks source link

Initial host of the cluster may change #3874

Open karol-kokoszka opened 4 weeks ago

karol-kokoszka commented 4 weeks ago

Scylla Manager keep 'host' as a property of cluster in the database. This host is coordinator node that is considered to be used as a first node when SM creates the scylla client to interact with Scylla API. If the host value is not correct, then the only possibility of updating this value is by calling sctool cluster update --host <new_host>.

It can be improved, by letting SM to override the host value with one of the existing nodes when the SM realizes that the host doesn't exist anymore.

karol-kokoszka commented 3 weeks ago

refirement notes

To mitigate the problem which appears when the "coordinator node" is removed, we can: