scylladb / scylla-manager

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

Use the replace_node_first_boot option rather than replace_address #3901

Closed bhalevy closed 1 week ago

bhalevy commented 1 week ago

Since https://github.com/scylladb/scylladb/commit/1577aa8098cac7bc2ef0b7f9523044383e14896e (5.2), the replace_address and replace_address_first_boot options are deprecated and their usage is discouraged, and warned about (when used). Instead, the user should use the replace_node_first_boot which states the replaced node's host_id rather than its ip address.

karol-kokoszka commented 1 week ago

Scylla Manager is not using replace_address or replace_address_first_boot config option at all, but thanks for the heads up ! I removed it from the scylla client we use.