Uses of Class
org.apache.hadoop.hbase.client.DoNotRetryRegionException
Package
Description
Provides HBase Client
-
Uses of DoNotRetryRegionException in org.apache.hadoop.hbase
Modifier and TypeClassDescriptionclass
Thrown when we are asked to operate on a region we know nothing about. -
Uses of DoNotRetryRegionException in org.apache.hadoop.hbase.client
Modifier and TypeClassDescriptionclass
Thrown when no region server can be found for a regionclass
Gets or Scans throw this exception if running without in-row scan flag set and row size appears to exceed max configured size (configurable via hbase.table.max.rowsize). -
Uses of DoNotRetryRegionException in org.apache.hadoop.hbase.exceptions
Modifier and TypeClassDescriptionclass
Thrown when something is wrong in trying to merge two regions. -
Uses of DoNotRetryRegionException in org.apache.hadoop.hbase.master.assignment
-
Uses of DoNotRetryRegionException in org.apache.hadoop.hbase.master.procedure
Modifier and TypeMethodDescriptionprotected static void
AbstractStateMachineTableProcedure.checkOnline
(MasterProcedureEnv env, RegionInfo ri) Check region is online. -
Uses of DoNotRetryRegionException in org.apache.hadoop.hbase.regionserver