Package org.apache.hadoop.ipc
Class ObserverRetryOnActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.ipc.StandbyException
org.apache.hadoop.ipc.ObserverRetryOnActiveException
- All Implemented Interfaces:
Serializable
Thrown by a remote ObserverNode indicating the operation has failed and the
client should retry active namenode directly (instead of retry other
ObserverNodes).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObserverRetryOnActiveException
-