Package org.apache.hadoop.hbase
Class RegionTooBusyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.RegionTooBusyException
- All Implemented Interfaces:
Serializable
Thrown by a region server if it will block and wait to serve a request. For example, the client
wants to insert something to a region while the region is compacting. Keep variance in the passed
'msg' low because its msg is used as a key over in
RetriesExhaustedWithDetailsException
grouping failure
types.- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
RegionTooBusyException
-