amaliujia commented on a change in pull request #1832:
URL: https://github.com/apache/ozone/pull/1832#discussion_r562907358



##########
File path: 
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/TrashOzoneFileSystem.java
##########
@@ -386,6 +393,7 @@ boolean processKeyPath(List<String> keyPathList) {
         OzoneManagerProtocolProtos.OMRequest omRequest =
             getRenameKeyRequest(src, dst);
         try {
+          ozoneManager.getMetrics().incNumTrashFilesRenames();

Review comment:
       Out of curiosity: what is the difference between 
`incNumTrashFilesRenames` and ` incNumTrashRenames`, does the latter contains 
the former or vice verse?




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

Reply via email to