mymeiyi commented on a change in pull request #510: HBASE-22878 Show table 
throttle quotas in table jsp
URL: https://github.com/apache/hbase/pull/510#discussion_r317085611
 
 

 ##########
 File path: hbase-server/src/main/resources/hbase-webapps/master/table.jsp
 ##########
 @@ -77,6 +80,20 @@
                     
setType(HBaseProtos.RegionSpecifier.RegionSpecifierType.REGION_NAME).
                     
setValue(ByteString.copyFrom(regionInfo.getRegionName())).build()).build());
   }
+
+  private List<ThrottleSettings> getThrottles(Configuration conf, QuotaFilter 
filter)
+    throws IOException {
 
 Review comment:
   Quota info is not in master memory.

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


With regards,
Apache Git Services

Reply via email to