rakeshadr commented on code in PR #3226:
URL: https://github.com/apache/ozone/pull/3226#discussion_r843482197


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java:
##########
@@ -1190,28 +1193,54 @@ private PersistedUserVolumeInfo getVolumesByUser(String 
userNameKey)
   }
 
   @Override
-  public List<String> getExpiredOpenKeys(Duration expireThreshold,
-      int count) throws IOException {
+  public List<OmOpenKeyInfo> getExpiredOpenKeys(Duration expireThreshold,
+      int limit) throws IOException {
+    BucketLayout first, second;
+    if (random.nextBoolean()) {

Review Comment:
   OK, thanks!



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