You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Xiaolin Ha (Jira)" <ji...@apache.org> on 2022/06/16 12:18:00 UTC

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

Xiaolin Ha created HBASE-27127:
----------------------------------

             Summary: 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
         Environment: 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. 
            Reporter: Xiaolin Ha
            Assignee: Xiaolin Ha
             Fix For: 2.5.0, 3.0.0-alpha-3






--
This message was sent by Atlassian Jira
(v8.20.7#820007)