charlesconnell opened a new pull request, #6065: URL: https://github.com/apache/hbase/pull/6065
Every call to `HBaseAdmin#getQuota()` opens a new `Connection`, and then closes it. As far as I can tell, this is pointless, since it could use the existing `Connection` object held by the `HBaseAdmin`. Change this and other uses of QuotaRetriever to use existing Connections. -- 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]
