Files
scylladb/service
Patryk Jędrzejczak 13fecd4e36 raft topology: decommission: allow only in NORMAL mode
We move the mode check so that the raft-based decommission also uses
it. Without this check, it hanged after the drain operation instead
of instantly failing. `test_decommission_after_drain_is_invalid` was
failing because of it with the raft-based topology enabled.

Fixes scylladb/scylladb#16761

Closes scylladb/scylladb#18000
2024-03-26 08:52:26 +01:00
..