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).