Skip to content

Commit

Permalink
HubSpot Backport: HBASE-27414 Adjust hfilelink alternative paths order (
Browse files Browse the repository at this point in the history
apache#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 1bebf86)
  • Loading branch information
frostruan authored and bbeaudreault committed Nov 18, 2022
1 parent de705cf commit 5e640b4
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 5e640b4

Please sign in to comment.