mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 20:27:03 +00:00
3-node cluster (A, B, C). A is initially elected a leader. The leader adds a new configuration entry, that removes it from the cluster (B, C). Wait up until the former leader commits the new configuration and starts leader transfer procedure, sending out the `timeout_now` message to one of the remaining nodes. But at that point it haven't received it yet. Lose this message and verify that the rest of the cluster (B, C) can make progress and elect a new leader. Tests: unit(dev, debug) Signed-off-by: Pavel Solodovnikov <pa.solodovnikov@scylladb.com>