class |
CannotReplicateException |
Thrown when an operation cannot be temporarily replicated.
|
class |
IndeterminateStateException |
A Raft leader may demote to the follower role after it appends an entry to
its local Raft log, but before discovering its commit status.
|
class |
LaggingCommitIndexException |
|
class |
MismatchingRaftGroupMembersCommitIndexException |
Thrown when a membership change is triggered with an expected group members
commit index that doesn't match the current group members commit index in the
local state of the Raft group leader.
|
class |
NotLeaderException |
Thrown when an operation, query, or a membership change is triggered on a
non-leader Raft node.
|