Class TestWALReplay
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
org.apache.hadoop.hbase.regionserver.wal.TestWALReplay
@Tag("org.apache.hadoop.hbase.testclassification.RegionServerTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestWALReplay
extends AbstractTestWALReplay
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
AbstractTestWALReplay.CustomStoreFlusher, AbstractTestWALReplay.MockWAL, AbstractTestWALReplay.TestFlusher -
Field Summary
Fields inherited from class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
TEST_UTIL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static org.apache.hadoop.hbase.wal.WALcreateFSHLog(org.apache.hadoop.conf.Configuration c, org.apache.hadoop.fs.Path hbaseRootDir, String logName) protected org.apache.hadoop.hbase.wal.WALcreateWAL(org.apache.hadoop.conf.Configuration c, org.apache.hadoop.fs.Path hbaseRootDir, String logName) static voidstatic voidsetUpBeforeClass(org.junit.jupiter.api.TestInfo testInfo) Methods inherited from class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
addRegionEdits, setUp, tearDown, tearDownAfterClass, test2727, testCompactedBulkLoadedFiles, testDatalossWhenInputError, testNameConflictWhenSplit0, testNameConflictWhenSplit1, testRegionMadeOfBulkLoadedFilesOnly, testReplayEditsAfterAbortingFlush, testReplayEditsAfterPartialFlush, testReplayEditsAfterRegionMovedWithMultiCF, testReplayEditsWrittenIntoWAL, testReplayEditsWrittenViaHRegion, testSequentialEditLogSeqNum
-
Constructor Details
-
TestWALReplay
public TestWALReplay()
-
-
Method Details
-
setUpBeforeClass
@BeforeAll public static void setUpBeforeClass(org.junit.jupiter.api.TestInfo testInfo) throws Exception - Throws:
Exception
-
setUpBeforeClass
- Throws:
Exception
-
createWAL
protected org.apache.hadoop.hbase.wal.WAL createWAL(org.apache.hadoop.conf.Configuration c, org.apache.hadoop.fs.Path hbaseRootDir, String logName) throws IOException - Specified by:
createWALin classAbstractTestWALReplay- Throws:
IOException
-
createFSHLog
static org.apache.hadoop.hbase.wal.WAL createFSHLog(org.apache.hadoop.conf.Configuration c, org.apache.hadoop.fs.Path hbaseRootDir, String logName) throws IOException - Throws:
IOException
-