Class RegionTooBusyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.RegionTooBusyException
All Implemented Interfaces:
Serializable

@Public public class RegionTooBusyException extends IOException
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: