HADOOP-17163. ABFS: Adding debug log for rename failures
- Contributed by Bilahari T H
This commit is contained in:
parent
fbf151ef6f
commit
f73c90f0b0
|
@ -323,6 +323,7 @@ public class AzureBlobFileSystem extends FileSystem {
|
||||||
abfsStore.rename(qualifiedSrcPath, qualifiedDstPath);
|
abfsStore.rename(qualifiedSrcPath, qualifiedDstPath);
|
||||||
return true;
|
return true;
|
||||||
} catch(AzureBlobFileSystemException ex) {
|
} catch(AzureBlobFileSystemException ex) {
|
||||||
|
LOG.debug("Rename operation failed. ", ex);
|
||||||
checkException(
|
checkException(
|
||||||
src,
|
src,
|
||||||
ex,
|
ex,
|
||||||
|
|
Loading…
Reference in New Issue