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


##########
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:
   #3226 depends on #3235.
   #3233 is independent.
   
   Except for the draft PR (this one), other two can be reviewed in any order.



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