karthikhw commented on a change in pull request #834: HBASE-23237 Negative sign 
in requestsPerSecond
URL: https://github.com/apache/hbase/pull/834#discussion_r347524014
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.java
 ##########
 @@ -709,13 +710,53 @@ synchronized public void run() {
         long tempMobScanCellsSize = 0;
         long tempBlockedRequestsCount = 0;
         int regionCount = 0;
+
+        long tempReadRequestsCount = 0;
+        long tempWriteRequestsCount = 0;
+        long tempRequestsPerSecond = 0;
 
 Review comment:
   I think you meant only for tempRequestsPerSecond? Am I correct?

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


With regards,
Apache Git Services

Reply via email to