infraio commented on a change in pull request #280: HBASE-22513 Admin#getQuota
does not work correctly if exceedThrottleQuota is set
URL: https://github.com/apache/hbase/pull/280#discussion_r289334934
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/QuotaRetriever.java
##########
@@ -105,6 +106,13 @@ public QuotaSettings next() throws IOException {
if (result == null) {
Review comment:
if (result != null && Bytes.equals(result.getRow(),
QuotaTableUtil.getExceedThrottleQuotaRowKey())) {
result = scanner.next();
}
Added here?
----------------------------------------------------------------
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