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>
This commit is contained in:
Ruanhui 2022-11-05 22:45:10 +08:00 committed by GitHub
parent 655f19c645
commit 1bebf8699f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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);
}
/**