mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 03:20:37 +00:00
When we remove a node in the Raft-based topology (by remove/replace/decommission), we remove its tokens from `system.topology`, but we do not change `num_tokens`. Hence, the old check could fail for left nodes.