Class TestRegionServerCoprocessorExceptionWithRemove

java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithRemove

@Tag("org.apache.hadoop.hbase.testclassification.CoprocessorTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests") public class TestRegionServerCoprocessorExceptionWithRemove extends Object
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).