Haiping lv created HBASE-28283:
----------------------------------

             Summary: The warmup of the region failed because the HFile was 
archived due to the execution of a compaction.
                 Key: HBASE-28283
                 URL: https://issues.apache.org/jira/browse/HBASE-28283
             Project: HBase
          Issue Type: Bug
            Reporter: Haiping lv
            Assignee: Haiping lv


During the execution of warmUpRegion in HRegionServer, the process of loading 
HFiles begins with the identification of the HFiles that need to be loaded, 
followed by the actual loading process. If an HFile is moved or deleted before 
it is loaded, the loading process will fail due to the missing HFile, leading 
to the failure of the entire warmUpRegion process.

The reason an HFile might be moved before being loaded is that the region has 
not been closed yet. While the source RegionServer is still operational, if a 
compaction or split occurs, the original HFiles can be archived.



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

Reply via email to