[
https://issues.apache.org/jira/browse/HBASE-24219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17088149#comment-17088149
]
Mingliang Liu commented on HBASE-24219:
---------------------------------------
Are you suggesting we switch to non managed connection by replacing the call to
{{init(final Configuration conf, final Scan scan)}} with {{init(final
Connection conn, final Scan scan)}}?
> Avoid redundant connection creation during Quota operation
> ----------------------------------------------------------
>
> Key: HBASE-24219
> URL: https://issues.apache.org/jira/browse/HBASE-24219
> Project: HBase
> Issue Type: Improvement
> Components: Quotas
> Reporter: Pankaj Kumar
> Assignee: Pankaj Kumar
> Priority: Major
>
> QuotaRetriever.init() create a managed connection with the given
> configuration for each operation, which can be avoided by reusing existing
> connection.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)