xiaoyuyao commented on a change in pull request #1665:
URL: https://github.com/apache/ozone/pull/1665#discussion_r538605851
##########
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/file/OMFileCreateRequest.java
##########
@@ -336,6 +338,7 @@ public OMClientResponse validateAndUpdateCache(OzoneManager
ozoneManager,
switch (result) {
case SUCCESS:
+ omMetrics.incNumKeys(numMissingParents);
Review comment:
Thanks for the detail. Makes sense to me. Can we add some comments on
this?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]