mymeiyi commented on issue #510: HBASE-22878 Show table throttle quotas in 
table jsp
URL: https://github.com/apache/hbase/pull/510#issuecomment-526079891
 
 
   > @mymeiyi can't we use quota = 
QuotaTableUtil.getTableQuota(master.getConnection(), tn) & then 
quota.getThrottle() to get the current throttle quotas set on the table? Also I 
think we can restrict all the scanning, retrieving logic to the QuotaUtil 
rather than doing that processing in the jsp. What do you think?
   
   @jatsakthi Thanks for your comments. The table throttles can get from quota 
table, but the user table throttles can not get because the rowkey is 'u.user' 
and user is unknown. 
   I agree with the suggestion that we should restrict the scan operations. So 
the user table throttles will be shown in a separate quota jsp, see 
HBASE-22945. I think scan quota table in that page is ok because the page may 
not be used frequently. What do you think?

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

Reply via email to