"tests/vscode:/vscode.git/clone" did not exist on "6e70c011484018ca9946cc536b7ab4531580b8de"
Add raft_cancel_snapshot().
This cancels the snapshot operation and reverts back to the state we were in before raft_begin_snapshot(). It is useful for cases where the snapshot operation fails. It is the caller's responsibility to make sure the FSM state remains intact of course.
Please register or sign in to comment