infraio commented on a change in pull request #2535:
URL: https://github.com/apache/hbase/pull/2535#discussion_r517125577



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/tool/CanaryTool.java
##########
@@ -1422,6 +1424,10 @@ public RegionMonitor(Connection connection, String[] 
monitorTargets, boolean use
       this.configuredReadTableTimeouts = new 
HashMap<>(configuredReadTableTimeouts);
       this.configuredWriteTableTimeout = configuredWriteTableTimeout;
       this.readAllCF = conf.getBoolean(HConstants.HBASE_CANARY_READ_ALL_CF, 
true);
+      this.minTaskCount = 
conf.getInt(HConstants.HBASE_CANARY_REGION_MONITOR_TASK_COUNT_MIN, 1000);

Review comment:
       How to disable this if I don't want normalize?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to