rakeshadr commented on PR #3386: URL: https://github.com/apache/ozone/pull/3386#issuecomment-1122088055
@mukul1987 `ofs://` RootedOzoneFileSystem is already removing the beginning slash at the client side and sending it to the OM. Thats why there is no extra slash issue not occurred with `ofs://`. Say, if user given "/vol-1/buck-1/key-1" then the below logic will construct the path to "vol-1/buck-1/key-1". [BasicRootedOzoneFileSystem.java#L399 ](https://github.com/apache/ozone/blob/master/hadoop-ozone/ozonefs-common/src/main/java/org/apache/hadoop/fs/ozone/BasicRootedOzoneFileSystem.java#L399) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
