binlijin commented on a change in pull request #955:
URL: https://github.com/apache/hbase/pull/955#discussion_r495520955
##########
File path:
hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.java
##########
@@ -2029,7 +2053,7 @@ protected boolean keepAlive(long lastUpdate) {
private final class WorkerMonitor extends InlineChore {
public static final String WORKER_MONITOR_INTERVAL_CONF_KEY =
"hbase.procedure.worker.monitor.interval.msec";
- private static final int DEFAULT_WORKER_MONITOR_INTERVAL = 5000; // 5sec
+ private static final int DEFAULT_WORKER_MONITOR_INTERVAL = 1000; // 1sec
Review comment:
yes
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]