anmolanmol1234 commented on code in PR #7386:
URL: https://github.com/apache/hadoop/pull/7386#discussion_r1969269565
##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsBlobClient.java:
##########
@@ -1751,6 +1749,7 @@ public void takeGetPathStatusAtomicRenameKeyAction(final
Path path,
pendingJsonFileStatus = getPathStatus(
pendingJsonPath.toUri().getPath(), tracingContext,
null, false);
+ incrementAbfsGetPathStatus();
Review Comment:
At some places we are incrementing before the operation and at some places
after the operation is executed, we must keep it consitent
--
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]