javierluca commented on a change in pull request #1781:
URL: https://github.com/apache/hbase/pull/1781#discussion_r430833826



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsRegionServerWrapperImpl.java
##########
@@ -819,6 +832,16 @@ public long getZeroCopyBytesRead() {
     return FSDataInputStreamWrapper.getZeroCopyBytesRead();
   }
 
+  @Override
+  public long getHedgedReadOps() {
+    return this.dfsHedgedReadMetrics == null? 0 : 
this.dfsHedgedReadMetrics.getHedgedReadOps();

Review comment:
       sorry about that, fixing




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


Reply via email to