charlesconnell opened a new pull request, #7282: URL: https://github.com/apache/hbase/pull/7282
I've found that [HBASE-29479](https://issues.apache.org/jira/browse/HBASE-29479) will, in practice, increase load on the quota table quite a bit. While it achieved its goal of quota correctness, this increase in load is an unacceptable downside. In response, I'd like to find a way for QuotaCache to always serve correct quotas, and also keep load on the quota table low. There is a simple way to do this, which is to simply scan the entire table into memory at startup, again when quotas change, plus every refresh interval. This also simplifies the QuotaCache. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
