Class TestMasterCoprocessorExceptionWithRemove
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove
Tests unhandled exceptions thrown by coprocessors running on master. Expected result is that the
master will remove the buggy coprocessor from its set of coprocessors and throw a
org.apache.hadoop.hbase.exceptions.DoNotRetryIOException back to the client. (HBASE-4014).
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static byte[]
private static byte[]
private static byte[]
private static byte[]
private static HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
void
-
Field Details
-
CLASS_RULE
-
UTIL
-
TEST_TABLE1
-
TEST_FAMILY1
-
TEST_TABLE2
-
TEST_FAMILY2
-
-
Constructor Details
-
TestMasterCoprocessorExceptionWithRemove
-
-
Method Details
-
setupBeforeClass
- Throws:
Exception
-
teardownAfterClass
- Throws:
Exception
-
testExceptionFromCoprocessorWhenCreatingTable
- Throws:
IOException
-