HBASE-27414 Adjust hfilelink alternative paths order (#4847)

Co-authored-by: huiruan <huiruan@tencent.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Lijin Bin <binlijin@apache.org>
(cherry picked from commit 1bebf8699fd2f03e88dcd37cb9dc7d20bacfa3f2)
This commit is contained in:
Ruanhui 2022-11-05 22:45:10 +08:00 committed by Duo Zhang
parent b5489fae51
commit 5f55ff7578

View File

@ -100,7 +100,7 @@ public class HFileLink extends FileLink {
this.originPath = originPath;
this.mobPath = mobPath;
this.archivePath = archivePath;
setLocations(originPath, tempPath, mobPath, archivePath);
setLocations(originPath, archivePath, tempPath, mobPath);
}
/**