public class TestAsyncFSWAL extends AbstractTestFSWAL
AbstractTestFSWAL.FlushSpecificStoresPolicy
Modifier and Type | Field and Description |
---|---|
private static Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> |
CHANNEL_CLASS |
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup |
GROUP |
CONF, currentTest, DIR, FS, LOG, TEST_UTIL
Constructor and Description |
---|
TestAsyncFSWAL() |
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 logDir,
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 logDir,
String archiveDir,
org.apache.hadoop.conf.Configuration conf,
List<org.apache.hadoop.hbase.regionserver.wal.WALActionsListener> listeners,
boolean failIfWALExists,
String prefix,
String suffix) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testBrokenWriter() |
addEdits, flushRegion, setUp, testFailedToCreateWALIfParentRenamed, testFindMemStoresEligibleForFlush, testFlushSequenceIdIsGreaterThanAllEditsInHFile, testMaxFlushedSequenceIdGoBackwards, testSyncNoAppend, testUnflushedSeqIdTrackingWithAsyncWal, testWALComparator, testWALCoprocessorLoaded, testWriteEntryCanBeNull
public static final HBaseClassTestRule CLASS_RULE
private static org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup GROUP
private static Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> CHANNEL_CLASS
public TestAsyncFSWAL()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
protected org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL<?> newWAL(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootDir, String logDir, 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 AbstractTestFSWAL
IOException
protected org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL<?> newSlowWAL(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootDir, String logDir, 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 AbstractTestFSWAL
IOException
public void testBrokenWriter() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.