Skip to content

[Raft] Add Raft persistence#1470

Open
MariemBaccari wants to merge 1 commit into
interuss:masterfrom
Orbitalize:add_raft_persistence
Open

[Raft] Add Raft persistence#1470
MariemBaccari wants to merge 1 commit into
interuss:masterfrom
Orbitalize:add_raft_persistence

Conversation

@MariemBaccari
Copy link
Copy Markdown
Contributor

@MariemBaccari MariemBaccari commented May 20, 2026

This PR is part of the chain #1470 -> #1473 -> #1474.
It adds WAL and snapshot persistency and management for the raftstore. Contrary to the diagrams from the issue #1463, we embed *Raft.MemoryStorage in the storage instead of setting it as a field in Consensus to avoid scattering the storage management.

Comment thread pkg/raftstore/consensus/storage.go Outdated
@MariemBaccari MariemBaccari force-pushed the add_raft_persistence branch 2 times, most recently from ad3da26 to 166d5d0 Compare May 20, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants