Revision 865df75714df9a9cf2c27b99a69fb90033483084 authored by Piotr Tabor on 13 May 2021, 10:37:43 UTC, committed by Piotr Tabor on 13 May 2021, 12:29:36 UTC
This makes (bbolt) backend a full feature snapshot in term of WAL/raft,
i.e. carries:
  - commit : (applied_index)
  - confState

Benefits:
  - Backend will be a sufficient point in time definition sufficient to
start replaying WAL. We have applied_index & confState in consistent
state.
  - In case of emergency a backend state can be used for recovery
1 parent 3cb1ba4
History
File Mode Size
ctlv2
ctlv3
doc
snapshot
LICENSE -rw-r--r-- 11.1 KB
README.md -rw-r--r-- 42.3 KB
READMEv2.md -rw-r--r-- 7.7 KB
go.mod -rw-r--r-- 1.3 KB
go.sum -rw-r--r-- 50.0 KB
main.go -rw-r--r-- 1.7 KB
main_test.go -rw-r--r-- 1.6 KB

README.md

back to top