public class TestRecoveredEdits extends Object
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.hadoop.hbase.io.hfile.BlockCache |
blockCache |
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
private static HBaseTestingUtility |
TEST_UTIL |
org.junit.rules.TestName |
testName |
| Constructor and Description |
|---|
TestRecoveredEdits() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
void |
testReplayWorksThoughLotsOfFlushing()
HBASE-12782 ITBLL fails for me if generator does anything but 5M per maptask.
|
private void |
testReplayWorksWithMemoryCompactionPolicy(org.apache.hadoop.hbase.MemoryCompactionPolicy policy) |
private int |
verifyAllEditsMadeItIn(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path edits,
org.apache.hadoop.hbase.regionserver.HRegion region) |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final org.slf4j.Logger LOG
private static org.apache.hadoop.hbase.io.hfile.BlockCache blockCache
public org.junit.rules.TestName testName
public TestRecoveredEdits()
public static void setUpBeforeClass() throws Exception
Exceptionpublic void testReplayWorksThoughLotsOfFlushing() throws IOException
IOExceptionprivate void testReplayWorksWithMemoryCompactionPolicy(org.apache.hadoop.hbase.MemoryCompactionPolicy policy) throws IOException
IOExceptionprivate int verifyAllEditsMadeItIn(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path edits, org.apache.hadoop.hbase.regionserver.HRegion region) throws IOException
fs - conf - edits - region - IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.