Package org.apache.hadoop.hbase.client
Class TestClientTimeouts
java.lang.Object
org.apache.hadoop.hbase.client.TestClientTimeouts
@Tag("org.apache.hadoop.hbase.testclassification.MediumTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestClientTimeouts
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classBlocking rpc channel that goes via hbase rpc.private static classstatic classRpc Channel implementation with RandomTimeoutBlockingRpcChannel -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static AtomicIntegerprotected static intprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.client.Connectionstatic voidstatic voidvoidTest that a client that fails an RPC to the master retries properly and doesn't throw any unexpected exceptions.
-
Field Details
-
TEST_UTIL
-
SLAVES
-
invokations
-
CHANCE_OF_TIMEOUT
- See Also:
-
-
Constructor Details
-
TestClientTimeouts
public TestClientTimeouts()
-
-
Method Details