Class TestRegionServerCoprocessorExceptionWithRemove
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithRemove
Tests unhandled exceptions thrown by coprocessors running on regionserver. Expected result is
that the region server 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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
void
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
-
Constructor Details
-
TestRegionServerCoprocessorExceptionWithRemove
-
-
Method Details
-
setupBeforeClass
- Throws:
Exception
-
teardownAfterClass
- Throws:
Exception
-
testExceptionFromCoprocessorDuringPut
- Throws:
IOException
InterruptedException
-