public class IndeterminateOperationStateException extends HazelcastException
GroupProperty.OPERATION_BACKUP_TIMEOUT_MILLIS
.
Similarly, if the member, which owns the primary replica of the operation's target partition, leaves the cluster before a response is returned, then operation is not retried but fails with IndeterminateOperationStateException. However, there will not be any rollback on other successful replicas.
IndeterminateOperationStateException only informs the caller that the operation may not be executed on all requested backup replicas, hence durability of the written / updated value may not be guaranteed immediately.
Constructor and Description |
---|
IndeterminateOperationStateException() |
IndeterminateOperationStateException(String message) |
IndeterminateOperationStateException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IndeterminateOperationStateException()
public IndeterminateOperationStateException(String message)
Copyright © 2018 Hazelcast, Inc.. All rights reserved.