charlesconnell opened a new pull request, #6054: URL: https://github.com/apache/hbase/pull/6054
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`. -- 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]
