Class TestProcedureRecovery
java.lang.Object
org.apache.hadoop.hbase.procedure2.TestProcedureRecovery
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classprivate static classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate org.apache.hadoop.fs.FileSystemprivate HBaseCommonTestingUtilityprivate static final org.slf4j.Loggerprivate org.apache.hadoop.fs.Pathprivate static final intprivate static TestProcedureRecovery.TestProcEnvprivate static org.apache.hadoop.hbase.procedure2.ProcedureExecutor<TestProcedureRecovery.TestProcEnv>private static intprivate static org.apache.hadoop.hbase.procedure2.store.ProcedureStoreprivate org.apache.hadoop.fs.Path -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprivate voidrestart()voidsetUp()voidtearDown()voidvoidvoidvoidvoidvoidvoidprivate voidwaitProcedure(long procId)
-
Field Details
-
CLASS_RULE
-
LOG
-
PROCEDURE_EXECUTOR_SLOTS
- See Also:
-
procEnv
-
procExecutor
private static org.apache.hadoop.hbase.procedure2.ProcedureExecutor<TestProcedureRecovery.TestProcEnv> procExecutor -
procStore
-
procSleepInterval
-
htu
-
fs
-
testDir
-
logDir
-
-
Constructor Details
-
TestProcedureRecovery
public TestProcedureRecovery()
-
-
Method Details
-
setUp
- Throws:
IOException
-
tearDown
- Throws:
IOException
-
restart
- Throws:
Exception
-
testNoopLoad
- Throws:
Exception
-
testSingleStepProcRecovery
- Throws:
Exception
-
testMultiStepProcRecovery
- Throws:
Exception
-
testMultiStepRollbackRecovery
- Throws:
Exception
-
testStateMachineMultipleLevel
- Throws:
Exception
-
testStateMachineRecovery
- Throws:
Exception
-
testStateMachineRollbackRecovery
- Throws:
Exception
-
waitProcedure
-
dumpLogDirState
-