mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 23:43:31 +00:00
Support snapshotting for raft. The patch series only concerns itself with raft logic, not how a specific state machine implements take_snapshot() callback. * scylla-dev/raft-snapshots-v2: raft: test: add tests for snapshot functionality raft: preserve trailing raft log entries during snapshotting raft: implement periodic snapshotting of a state machine raft: add snapshot transfer logic