Tejaskriya commented on code in PR #7377:
URL: https://github.com/apache/ozone/pull/7377#discussion_r1903735278


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/AbstractKeyDeletingService.java:
##########
@@ -456,6 +460,7 @@ public long optimizeDirDeletesAndSubmitRequest(long 
remainNum,
               " totalRunCount: {}",
           dirNum, subdirDelNum, subFileNum, (subDirNum - subdirDelNum),
           Time.monotonicNow() - startTime, rnCnt);
+      metrics.incrementDirectoryDeletionTotalMetrics(dirNum + subdirDelNum, 
subdirMoved, subFileNum);

Review Comment:
   Thanks for the review! I have verified the numbers using integration tests 
and updated the PR with some checks in the tests.



-- 
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]

Reply via email to