Uses of Class
org.apache.hadoop.hbase.client.RetriesExhaustedException
Packages that use RetriesExhaustedException
-
Uses of RetriesExhaustedException in org.apache.hadoop.hbase.client
Subclasses of RetriesExhaustedException in org.apache.hadoop.hbase.clientModifier and TypeClassDescriptionclassThis subclass ofRetriesExhaustedExceptionis thrown when we have more information about which rows were causing which exceptions on what servers.Methods in org.apache.hadoop.hbase.client that throw RetriesExhaustedExceptionModifier and TypeMethodDescriptionRpcRetryingCallerWithReadReplicas.call(int operationTimeout) Algo: - we put the query into the execution pool.static RegionLocationsRegionAdminServiceCallable.getRegionLocations(ClusterConnection connection, TableName tableName, byte[] row, boolean useCache, int replicaId) (package private) static RegionLocationsRpcRetryingCallerWithReadReplicas.getRegionLocations(boolean useCache, int replicaId, ClusterConnection cConnection, TableName tableName, byte[] row) (package private) static voidRpcRetryingCallerWithReadReplicas.throwEnrichedException(ExecutionException e, int retries) Extract the real exception from the ExecutionException, and throws what makes more sense.