Class TestMasterCoprocessorExceptionWithRemove
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove
@Tag("org.apache.hadoop.hbase.testclassification.CoprocessorTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestMasterCoprocessorExceptionWithRemove
extends Object
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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static byte[]private static byte[]private static byte[]private static byte[]private static HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidvoid
-
Field Details
-
UTIL
-
TEST_TABLE1
-
TEST_FAMILY1
-
TEST_TABLE2
-
TEST_FAMILY2
-
-
Constructor Details
-
TestMasterCoprocessorExceptionWithRemove
-
-
Method Details
-
setupBeforeClass
- Throws:
Exception
-
teardownAfterClass
- Throws:
Exception
-
testExceptionFromCoprocessorWhenCreatingTable
- Throws:
IOException
-