See: Description
Exception | Description |
---|---|
CannotReplicateException |
A
CPSubsystemException which is thrown when an entry cannot be
replicated, which can occur in one of the following cases:
a member leaves the CP group
CP group itself is terminated
uncommitted entry count reaches to
(see RaftAlgorithmConfig.getUncommittedEntryCountToRejectNewAppends() )
a membership change is requested before an entry is committed
on a term
|
CPGroupDestroyedException |
A
CPSubsystemException which is thrown when a request is sent to
a destroyed CP group. |
CPSubsystemException |
Base exception for failures in the CP subsystem
|
LeaderDemotedException |
A
CPSubsystemException which is thrown when
an appended but not-committed entry is truncated by the new leader. |
NotLeaderException |
A
CPSubsystemException which is thrown when
a leader-only request is received by a non-leader member. |
StaleAppendRequestException |
A
CPSubsystemException which is thrown when an installed snapshot
causes an appended entry to be truncated from the Raft log before its commit
status is discovered. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.