infraio 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_r315550602
##########
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:
Can we get the quota info from master?
----------------------------------------------------------------
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