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
Modifier and TypeClassDescriptionstatic final class
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final byte[]
static final HBaseClassTestRule
private static final byte[]
private static final org.slf4j.Logger
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtility
Class<? extends org.apache.hadoop.hbase.wal.WALProvider>
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
LOG
-
UTIL
-
TABLE_NAME
-
CF
-
CQ
-
walProvider
-
-
Constructor Details
-
TestCompactionInDeadRegionServer
public TestCompactionInDeadRegionServer()
-
-
Method Details