public class StaleAppendRequestException extends CPSubsystemException implements IndeterminateOperationState
CPSubsystemException
which is thrown when a Raft leader node
appends an entry to its local Raft log, but demotes to the follower role
before learning the commit status of the entry. In this case, this node
cannot decide if the operation is committed or not.Constructor and Description |
---|
StaleAppendRequestException(Endpoint leader) |
getLeader
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StaleAppendRequestException(Endpoint leader)
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.