mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 05:26:58 +00:00
removenode --force is an unsafe operation and does not even make sense with topology over raft. This patch disables it if raft is enabled and prints a deprecation note otherwise. We already have a PR to remove it (https://github.com/scylladb/scylladb/pull/15834), but it was decided there that a deprecation period is needed for legacy use case. Fixes: scylladb/scylladb#16293