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 Thomas Marquardt
parent fbf151ef6f
commit f73c90f0b0
No known key found for this signature in database
GPG Key ID: AEB30C9E78868287
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,