HADOOP-17163. ABFS: Adding debug log for rename failures

- Contributed by Bilahari T H
This commit is contained in:
bilaharith 2020-08-05 22:08:13 +05:30 committed by GitHub
parent ac697571a1
commit c566cabd62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,7 @@ public class AzureBlobFileSystem extends FileSystem {
abfsStore.rename(qualifiedSrcPath, qualifiedDstPath);
return true;
} catch(AzureBlobFileSystemException ex) {
LOG.debug("Rename operation failed. ", ex);
checkException(
src,
ex,