You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/08/23 11:14:30 UTC

[GitHub] [hbase] mymeiyi commented on a change in pull request #510: HBASE-22878 Show table throttle quotas in table jsp

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


With regards,
Apache Git Services