Skip to content

Commit

Permalink
HBASE-27414 Adjust hfilelink alternative paths order (#4847)
Browse files Browse the repository at this point in the history
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 1bebf86)
  • Loading branch information
frostruan authored and Apache9 committed Nov 5, 2022
1 parent 1eac50a commit b8dacbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public HFileLink(final Path originPath, final Path tempPath, final Path mobPath,
this.originPath = originPath;
this.mobPath = mobPath;
this.archivePath = archivePath;
setLocations(originPath, tempPath, mobPath, archivePath);
setLocations(originPath, archivePath, tempPath, mobPath);
}

/**
Expand Down

0 comments on commit b8dacbe

Please sign in to comment.