Skip to content

Commit

Permalink
Update core/server/master/src/main/java/alluxio/master/file/DefaultFi…
Browse files Browse the repository at this point in the history
…leSystemMaster.java

Co-authored-by: Arthur Jenoudet <[email protected]>
  • Loading branch information
maobaolong and jenoudet authored Aug 18, 2023
1 parent 3bb5d25 commit 4b5b2ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3608,7 +3608,7 @@ public void mount(AlluxioURI alluxioPath, AlluxioURI ufsPath, MountContext conte
}
mMountTable.checkUnderWritableMountPoint(alluxioPath);

MountInfo mountInfo = mMountTable.getMountTable().get(alluxioPath);
MountInfo mountInfo = mMountTable.getMountTable().get(alluxioPath.getPath());
Map<String, String> propertyMap = context.getOptions().getPropertiesMap();
if (mountInfo != null && propertyMap != null
&& Boolean.parseBoolean(propertyMap.get("remount"))) {
Expand Down

0 comments on commit 4b5b2ea

Please sign in to comment.