You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2023/01/17 22:13:00 UTC

[jira] [Updated] (HBASE-27127) Should use FileStatus to archive expired MOB files instead of construct HStoreFile object

     [ https://issues.apache.org/jira/browse/HBASE-27127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell updated HBASE-27127:
----------------------------------------
    Fix Version/s: 2.5.4
                       (was: 2.5.3)

> Should use FileStatus to archive expired MOB files instead of construct HStoreFile object
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-27127
>                 URL: https://issues.apache.org/jira/browse/HBASE-27127
>             Project: HBase
>          Issue Type: Improvement
>          Components: mob
>    Affects Versions: 2.4.12
>            Reporter: Xiaolin Ha
>            Assignee: Xiaolin Ha
>            Priority: Major
>             Fix For: 2.6.0, 3.0.0-alpha-4, 2.5.4
>
>
> The MobUtils#removeMobFiles reused codes in HFileArchiver#archiveStoreFiles, which is used to archive compacted files on RSes under normal conditions. In HFileArchiver#archiveStoreFiles, store files are closed and removed, while MOB cleaner should only rename the expired files and no need to build new HStoreFile object before archive and close it after removed. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)