tanvipenumudy commented on code in PR #5745:
URL: https://github.com/apache/ozone/pull/5745#discussion_r1668099227


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java:
##########
@@ -1258,10 +1279,22 @@ public ListKeysResult listKeys(String volumeName, 
String bucketName,
           break;
         }
       }
+      stopNano = Time.monotonicNowNanos();
     }
-
     boolean isTruncated = cacheKeyMap.size() > maxKeys;
-
+    if (perfMetrics != null) {
+      long averagePagination;

Review Comment:
   As per discussion, we decided to go with the name `averagePagination` for 
now. We may consider changing the same in a separate PR if needed, thanks! 
   
   @muskan1012 



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