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