You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/12/29 02:33:38 UTC

[GitHub] [hbase] bsglz commented on a change in pull request #2823: HBASE-25435 Slow metric value can be configured

bsglz commented on a change in pull request #2823:
URL: https://github.com/apache/hbase/pull/2823#discussion_r549546402



##########
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:
       Need a blank after "," .




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