You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Junhong Xu (Jira)" <ji...@apache.org> on 2020/07/14 16:33:00 UTC

[jira] [Comment Edited] (HBASE-24687) MobFileCleanerChore uses a new Connection for each table each time it runs

    [ https://issues.apache.org/jira/browse/HBASE-24687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17157487#comment-17157487 ] 

Junhong Xu edited comment on HBASE-24687 at 7/14/20, 4:32 PM:
--------------------------------------------------------------

Thanks Sean, could you please take a look at the patch above for this issue if any time convenient? In this patch I just fix the problems about connections, multi-thread and the automatic cleaning will be solved in other jiras, maybe better just as you said above :)?


was (Author: joseph295):
Thanks Sean, could you please take a look at the patch above for this issue if any time convenient?

> 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)