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 01:31:39 UTC

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

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



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServer.java
##########
@@ -53,6 +54,8 @@
   private Timer bulkLoadTimer;
   private Meter serverReadQueryMeter;
   private Meter serverWriteQueryMeter;
+  protected long slowMetricTime = 1000L;
+  protected static final int DEFAULT_SLOW_METRIC_TIME = 1000; // milliseconds

Review comment:
       sorry, the pr has updated!  please review again!




----------------------------------------------------------------
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