Closed yossigo closed 6 years ago
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.
thanks!
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.