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:
parent
655f19c645
commit
1bebf8699f
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue