public class TestAsyncFSWALRollStuck extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestAsyncFSWALRollStuck.TestAsyncWriter |
Modifier and Type | Field and Description |
---|---|
private static CountDownLatch |
ARRIVE |
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 |
EVENT_LOOP_GROUP |
private static ScheduledExecutorService |
EXECUTOR |
private static BlockingQueue<CompletableFuture<Long>> |
FUTURES |
private static org.slf4j.Logger |
LOG |
private static org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl |
MVCC |
private static CountDownLatch |
RESUME |
private static org.apache.hadoop.hbase.client.RegionInfo |
RI |
private static ExecutorService |
ROLL_EXEC |
private static AtomicInteger |
SYNC_COUNT |
private static org.apache.hadoop.hbase.TableName |
TN |
private static HBaseTestingUtility |
UTIL |
private static org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL |
WAL |
Constructor and Description |
---|
TestAsyncFSWALRollStuck() |
Modifier and Type | Method and Description |
---|---|
static void |
setUp() |
static void |
tearDown() |
void |
testRoll() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility UTIL
private static org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup EVENT_LOOP_GROUP
private static Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> CHANNEL_CLASS
private static ScheduledExecutorService EXECUTOR
private static BlockingQueue<CompletableFuture<Long>> FUTURES
private static AtomicInteger SYNC_COUNT
private static CountDownLatch ARRIVE
private static CountDownLatch RESUME
private static org.apache.hadoop.hbase.TableName TN
private static org.apache.hadoop.hbase.client.RegionInfo RI
private static org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl MVCC
private static org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL WAL
private static ExecutorService ROLL_EXEC
public TestAsyncFSWALRollStuck()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.