bsglz commented on a change in pull request #2823:
URL: https://github.com/apache/hbase/pull/2823#discussion_r549601310
##########
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;
Review comment:
Since we will init it later, so not need give it a special value here?
----------------------------------------------------------------
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]