Uses of Class
org.apache.hadoop.ipc.StandbyException
Packages that use StandbyException
Package
Description
Tools to help define network clients and servers.
Support for delegation tokens.
-
Uses of StandbyException in org.apache.hadoop.ipc
Subclasses of StandbyException in org.apache.hadoop.ipcModifier and TypeClassDescriptionclassThrown by a remote ObserverNode indicating the operation has failed and the client should retry active namenode directly (instead of retry other ObserverNodes). -
Uses of StandbyException in org.apache.hadoop.security.token
Methods in org.apache.hadoop.security.token that throw StandbyExceptionModifier and TypeMethodDescriptionvoidSecretManager.checkAvailableForRead()No-op if the secret manager is available for reading tokens, throw a StandbyException otherwise.byte[]SecretManager.retriableRetrievePassword(T identifier) The same functionality withSecretManager.retrievePassword(T), except that this method can throw aRetriableExceptionor aStandbyExceptionto indicate that client can retry/failover the same operation because of temporary issue on the server side.