This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
v0.13.0
MathieuBordere
released this
08 Apr 09:59
·
382 commits
to master
since this release
-
move to
raft_fsm
v2 introducingsnapshot_finalize
.snapshot_finalize
, if not NULL this is run after a successful call tosnapshot
and must be used to cleanup state introduced bysnapshot
a.o. freeing allocated memory, releasing locks, etc. Ifsnapshot_finalize
is set, raft is no longer an owner of theraft_buffer
array returned bysnapshot
.
This change unfortunately breaks binary compatibility and buildslibraft.so.2
instead oflibraft.so.0
. -
bugfixes