mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 20:46:56 +00:00
The series contains code cleanups and fixes for stepdown process and quorum check code. Note this is re-send of already posted patches lumped together for convenience. * scylla-dev/raft-fixes-v1: raft: add test for check quorum on a leader raft: fix quorum check code for joint config and non-voting members raft: do not hang on waiting for entries on a leader that was removed from a cluster raft: add more tracing to stepdown code raft: use existing election_elapsed() function instead of redo the calculation raft: test: add test case for stepdown process raft: check that a node is still the leader after initiating stepdown process