sarvekshayr commented on code in PR #11011:
URL: https://github.com/apache/ozone/pull/11011#discussion_r3811380132
##########
hadoop-ozone/interface-storage/src/main/java/org/apache/hadoop/ozone/om/OMMetadataManager.java:
##########
@@ -588,6 +588,9 @@ List<OmMultipartUpload> getMultipartUploadKeys(String
volumeName,
Iterator<Map.Entry<CacheKey<String>, CacheValue<OmBucketInfo>>>
getBucketIterator();
+ Iterator<Map.Entry<CacheKey<String>, CacheValue<OmVolumeArgs>>>
+ getVolumeIterator();
Review Comment:
> Let's reorder the methods so `Volume` comes before `Bucket`. Following the
`Volume` -> `Bucket` -> `Key` hierarchy makes the code easier to follow.
Please address this wherever applicable.
--
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]