Class TestCompactionInDeadRegionServer
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestCompactionInDeadRegionServer
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]static final HBaseClassTestRuleprivate static final byte[]private static final org.slf4j.Loggerprivate static final org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtilClass<? extends org.apache.hadoop.hbase.wal.WALProvider> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLASS_RULE
-
LOG
-
UTIL
-
TABLE_NAME
-
CF
-
CQ
-
walProvider
-
-
Constructor Details
-
TestCompactionInDeadRegionServer
public TestCompactionInDeadRegionServer()
-
-
Method Details