[
https://issues.apache.org/jira/browse/HBASE-24687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17153518#comment-17153518
]
Junhong Xu commented on HBASE-24687:
------------------------------------
bq. there's a less severe version of this problem in branch-2 based releases
where we make a new connection per chore invocation.
Ping [~busbey] Do you think it's not a problem for branch-2 only or for
branches including master? Do we need cache the connection and more threads?
> MobFileCleanerChore uses a new Connection for each table each time it runs
> --------------------------------------------------------------------------
>
> Key: HBASE-24687
> URL: https://issues.apache.org/jira/browse/HBASE-24687
> Project: HBase
> Issue Type: Bug
> Components: mob
> Affects Versions: 3.0.0-alpha-1
> Reporter: Manas
> Assignee: Junhong Xu
> Priority: Minor
> Attachments: Screen Shot 2020-07-06 at 6.06.43 PM.png
>
>
> Currently creating a new connection for every table under
> MobFileCleanerChore.java where we should theoretically just using the
> connection from HBase masterservices.
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)