public class TestWALProcedureStoreOnHDFS extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
private org.apache.hadoop.hbase.procedure2.store.ProcedureStore.ProcedureStoreListener |
stopProcedureListener |
private org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore |
store |
protected static HBaseTestingUtility |
UTIL |
| Constructor and Description |
|---|
TestWALProcedureStoreOnHDFS() |
| Modifier and Type | Method and Description |
|---|---|
void |
initConfig() |
private void |
setupDFS() |
void |
tearDown() |
void |
testWalAbortOnLowReplication() |
void |
testWalAbortOnLowReplicationWithQueuedWriters() |
void |
testWalRollOnLowReplication() |
void |
waitForNumReplicas(int numReplicas) |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
protected static final HBaseTestingUtility UTIL
private org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore store
private org.apache.hadoop.hbase.procedure2.store.ProcedureStore.ProcedureStoreListener stopProcedureListener
public TestWALProcedureStoreOnHDFS()
public void initConfig()
public void testWalAbortOnLowReplication() throws Exception
Exceptionpublic void testWalAbortOnLowReplicationWithQueuedWriters() throws Exception
Exceptionpublic void testWalRollOnLowReplication() throws Exception
Exceptionpublic void waitForNumReplicas(int numReplicas) throws Exception
ExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.