Package org.apache.hadoop.hbase.client
Class TestServerBusyException
java.lang.Object
org.apache.hadoop.hbase.client.TestServerBusyException
@Tag("org.apache.hadoop.hbase.testclassification.LargeTests")
public class TestServerBusyException
extends Object
This class is for testing HBaseConnectionManager ServerBusyException. Be careful adding to this
class. It sets a low HBASE_CLIENT_PERSERVER_REQUESTS_THRESHOLD
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classprivate static classprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]private static final byte[]private static final intprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidvoidtestServerBusyException(org.junit.jupiter.api.TestInfo testInfo)
-
Field Details
-
TEST_UTIL
-
FAM_NAM
-
ROW
-
RPC_RETRY
- See Also:
-
-
Constructor Details
-
TestServerBusyException
public TestServerBusyException()
-
-
Method Details