leyangyueshan commented on a change in pull request #2823:
URL: https://github.com/apache/hbase/pull/2823#discussion_r549551847
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServer.java
##########
@@ -68,6 +71,7 @@ public MetricsRegionServer(MetricsRegionServerWrapper
regionServerWrapper, Confi
// create and use metrics from the new hbase-metrics based registry.
bulkLoadTimer = metricRegistry.timer("Bulkload");
+ slowMetricTime = conf.getLong(SLOW_METRIC_TIME,DEFAULT_SLOW_METRIC_TIME);
Review comment:
thanks a lot , fixed already!
----------------------------------------------------------------
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]