rakeshadr commented on code in PR #3226:
URL: https://github.com/apache/ozone/pull/3226#discussion_r843465244
##########
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:
I could see three patches(
[#3226](https://github.com/apache/ozone/pull/3226),
[#3233](https://github.com/apache/ozone/pull/3233), and
[#3235](https://github.com/apache/ozone/pull/3235)) and it would be good if you
could tell me the order of these patches. That would help me to do create my
review pipeline first->second->third :-)
--
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]