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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static byte[]static final HBaseClassTestRuleprivate static intprivate static byte[]private static booleanprivate static intprivate static Stringprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
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