Class TestProcedurePriority
java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestProcedurePriority
Test to ensure that the priority for procedures and stuck checker can partially solve the problem
describe in HBASE-19976, that is, RecoverMetaProcedure can finally be executed within a certain
period of time.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static byte[]
static final HBaseClassTestRule
private static int
private static byte[]
private static boolean
private static int
private static String
private static final HBaseTestingUtility
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
UTIL
-
TABLE_NAME_PREFIX
-
CF
-
CQ
-
CORE_POOL_SIZE
-
TABLE_COUNT
-
FAIL
-
-
Constructor Details
-
TestProcedurePriority
public TestProcedurePriority()
-
-
Method Details