Class TestRemoteProcedureDispatcherUncaughtExceptionHandler

java.lang.Object
org.apache.hadoop.hbase.procedure2.TestRemoteProcedureDispatcherUncaughtExceptionHandler

@Tag("org.apache.hadoop.hbase.testclassification.MasterTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests") public class TestRemoteProcedureDispatcherUncaughtExceptionHandler extends Object
Make sure the Thread.UncaughtExceptionHandler will be called when there are unchecked exceptions thrown in the task.

See HBASE-21875 and HBASE-21890 for more details.