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



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionServerAccounting.java
##########
@@ -123,6 +127,13 @@ public long getGlobalMemStoreOffHeapSize() {
     return this.globalMemStoreOffHeapSize.sum();
   }
 
+  /**
+   * @return the retained metrics of region's read and write requests count
+   */
+  public ConcurrentMap<String, Pair<Long, Long>> 
getRetainedRegionRWRequestsCnt() {

Review comment:
       It could be protected, will fix.




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


Reply via email to