Class TestCompactionInDeadRegionServer

java.lang.Object
org.apache.hadoop.hbase.regionserver.TestCompactionInDeadRegionServer

@Tag("org.apache.hadoop.hbase.testclassification.RegionServerTests") @Tag("org.apache.hadoop.hbase.testclassification.LargeTests") public class TestCompactionInDeadRegionServer extends Object
This testcase is used to ensure that the compaction marker will fail a compaction if the RS is already dead. It can not eliminate FNFE when scanning but it does reduce the possibility a lot.