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
Exception
public void testWalAbortOnLowReplicationWithQueuedWriters() throws Exception
Exception
public void testWalRollOnLowReplication() throws Exception
Exception
public void waitForNumReplicas(int numReplicas) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.