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.
As of HBASE-28199, we no longer block a worker when updating meta now, so this test can not test adding procedure worker now, but it could still be used to make sure that we could make progress when meta is gone and we have a lot of pending TRSPs.
-
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 HBaseTestingUtil
-
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