sadanand48 commented on code in PR #5253:
URL: https://github.com/apache/ozone/pull/5253#discussion_r1318421121
##########
hadoop-ozone/ozonefs-common/src/main/java/org/apache/hadoop/fs/ozone/BasicRootedOzoneFileSystem.java:
##########
@@ -338,7 +338,19 @@ private class RenameIterator extends OzoneListingIterator {
boolean processKeyPath(List<String> keyPathList) throws IOException {
for (String keyPath : keyPathList) {
String newPath = dstPath.concat(keyPath.substring(srcPath.length()));
- adapterImpl.rename(this.bucket, keyPath, newPath);
+ try {
+ adapterImpl.rename(this.bucket, keyPath, newPath);
Review Comment:
Same change needs to be done in BasicOzoneFilesystem.
--
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]