Class MasterProcedureConstants
java.lang.Object
org.apache.hadoop.hbase.master.procedure.MasterProcedureConstants
-
Field Details
-
MASTER_PROCEDURE_THREADS
Number of threads used by the procedure executor- See Also:
-
DEFAULT_MIN_MASTER_PROCEDURE_THREADS
- See Also:
-
EXECUTOR_ABORT_ON_CORRUPTION
Procedure replay sanity check. In case a WAL is missing or unreadable we may lose information about pending/running procedures. Set this to true in case you want the Master failing on load if a corrupted procedure is encountred. (Default is off, because we prefer having the Master up and running and fix the "in transition" state "by hand")- See Also:
-
DEFAULT_EXECUTOR_ABORT_ON_CORRUPTION
- See Also:
-
-
Constructor Details
-
MasterProcedureConstants
private MasterProcedureConstants()
-