Class TestCompactionFileNotFound
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestCompactionFileNotFound
This class tests the scenario where a store refresh happens due to a file not found during scan,
after a compaction but before the compacted files are archived. At this state we test for a split
and compaction
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final byte[]
private static final byte[]
private static final byte[]
static final HBaseClassTestRule
private static final org.slf4j.Logger
private static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
private org.apache.hadoop.hbase.client.Table
private static final byte[]
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
LOG
-
util
-
TEST_TABLE
-
TEST_FAMILY
-
ROW_A
-
ROW_B
-
ROW_C
-
qualifierCol1
-
bytes1
-
bytes2
-
bytes3
-
table
-
-
Constructor Details
-
TestCompactionFileNotFound
public TestCompactionFileNotFound()
-
-
Method Details