mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
* scylla-dev/raft-snapshot-fixes-v4: raft: document that add entry my throw commit_status_unknown raft: test: add test of a leadership change during ongoing snapshot transfer raft: test: retry submitting an entry if it was dropped raft: test: wait for the log to be fully replicated on new leader only raft: drop waiters with outdated terms raft: make snapshot transfer abortable raft: accept snapshots transfer from multiple nodes simultaneously raft: do not send probes while transferring snapshot raft: handle messages sending errors raft: test: return error from rpc module if nodes are disconnected raft: fix a typo in a variable name