Class MasterFailoverWithProceduresTestBase
java.lang.Object
org.apache.hadoop.hbase.master.procedure.MasterFailoverWithProceduresTestBase
- Direct Known Subclasses:
TestCreateTableWithMasterFailover
,TestDeleteTableWithMasterFailover
,TestDisableTableWithMasterFailover
,TestEnableTableWithMasterFailover
,TestTruncateTableWithMasterFailover
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final org.slf4j.Logger
protected static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static org.apache.hadoop.hbase.procedure2.ProcedureExecutor<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv>
protected static org.apache.hadoop.fs.Path
static void
setUp()
static void
tearDown()
protected static void
testRecoveryAndDoubleExecution
(HBaseTestingUtil testUtil, long procId, int lastStepBeforeFailover)
-
Field Details
-
LOG
-
UTIL
-
-
Constructor Details
-
MasterFailoverWithProceduresTestBase
public MasterFailoverWithProceduresTestBase()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
getMasterProcedureExecutor
protected static org.apache.hadoop.hbase.procedure2.ProcedureExecutor<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv> getMasterProcedureExecutor() -
getRootDir
-
testRecoveryAndDoubleExecution
protected static void testRecoveryAndDoubleExecution(HBaseTestingUtil testUtil, long procId, int lastStepBeforeFailover) throws Exception - Throws:
Exception
-