Uses of Class
org.apache.hadoop.hbase.client.RetriesExhaustedException
-
Uses of RetriesExhaustedException in org.apache.hadoop.hbase.client
Modifier and TypeClassDescriptionclass
This subclass ofRetriesExhaustedException
is thrown when we have more information about which rows were causing which exceptions on what servers.Modifier and TypeMethodDescriptionRpcRetryingCallerWithReadReplicas.call
(int operationTimeout) Algo: - we put the query into the execution pool.static RegionLocations
RegionAdminServiceCallable.getRegionLocations
(ClusterConnection connection, TableName tableName, byte[] row, boolean useCache, int replicaId) (package private) static RegionLocations
RpcRetryingCallerWithReadReplicas.getRegionLocations
(boolean useCache, int replicaId, ClusterConnection cConnection, TableName tableName, byte[] row) (package private) static void
RpcRetryingCallerWithReadReplicas.throwEnrichedException
(ExecutionException e, int retries) Extract the real exception from the ExecutionException, and throws what makes more sense.