Skip to content

Commit 1bebf86

Browse files
frostruanhuiruan
andauthored
HBASE-27414 Adjust hfilelink alternative paths order (#4847)
Co-authored-by: huiruan <[email protected]> Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Lijin Bin <[email protected]>
1 parent 655f19c commit 1bebf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/io/HFileLink.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public HFileLink(final Path originPath, final Path tempPath, final Path mobPath,
100100
this.originPath = originPath;
101101
this.mobPath = mobPath;
102102
this.archivePath = archivePath;
103-
setLocations(originPath, tempPath, mobPath, archivePath);
103+
setLocations(originPath, archivePath, tempPath, mobPath);
104104
}
105105

106106
/**

0 commit comments

Comments
 (0)