public class TestFSHLog extends AbstractTestFSWAL
| Modifier and Type | Field and Description | 
|---|---|
static HBaseClassTestRule | 
CLASS_RULE  | 
org.junit.rules.TestName | 
name  | 
CONF, currentTest, DIR, FS, LOG, TEST_UTIL| Constructor and Description | 
|---|
TestFSHLog()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL<?> | 
newSlowWAL(org.apache.hadoop.fs.FileSystem fs,
          org.apache.hadoop.fs.Path rootDir,
          String walDir,
          String archiveDir,
          org.apache.hadoop.conf.Configuration conf,
          List<org.apache.hadoop.hbase.regionserver.wal.WALActionsListener> listeners,
          boolean failIfWALExists,
          String prefix,
          String suffix,
          Runnable action)  | 
protected org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL<?> | 
newWAL(org.apache.hadoop.fs.FileSystem fs,
      org.apache.hadoop.fs.Path rootDir,
      String walDir,
      String archiveDir,
      org.apache.hadoop.conf.Configuration conf,
      List<org.apache.hadoop.hbase.regionserver.wal.WALActionsListener> listeners,
      boolean failIfWALExists,
      String prefix,
      String suffix)  | 
void | 
testSyncRunnerIndexOverflow()  | 
void | 
testUnflushedSeqIdTracking()
Test case for https://issues.apache.org/jira/browse/HBASE-16721 
 | 
addEdits, flushRegion, setUp, setUpBeforeClass, tearDownAfterClass, testFailedToCreateWALIfParentRenamed, testFindMemStoresEligibleForFlush, testFlushSequenceIdIsGreaterThanAllEditsInHFile, testSyncNoAppend, testWALComparator, testWALCoprocessorLoaded, testWriteEntryCanBeNullpublic static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestFSHLog()
protected org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL<?> newWAL(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootDir, String walDir, String archiveDir, org.apache.hadoop.conf.Configuration conf, List<org.apache.hadoop.hbase.regionserver.wal.WALActionsListener> listeners, boolean failIfWALExists, String prefix, String suffix) throws IOException
newWAL in class AbstractTestFSWALIOExceptionprotected org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL<?> newSlowWAL(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootDir, String walDir, String archiveDir, org.apache.hadoop.conf.Configuration conf, List<org.apache.hadoop.hbase.regionserver.wal.WALActionsListener> listeners, boolean failIfWALExists, String prefix, String suffix, Runnable action) throws IOException
newSlowWAL in class AbstractTestFSWALIOExceptionpublic void testSyncRunnerIndexOverflow() throws IOException, NoSuchFieldException, SecurityException, IllegalArgumentException, IllegalAccessException
public void testUnflushedSeqIdTracking() throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.