Cyrill commented on code in PR #5144: URL: https://github.com/apache/ozone/pull/5144#discussion_r1337035357
########## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java: ########## @@ -2792,7 +2792,32 @@ public OmBucketInfo getBucketInfo(String volume, String bucket) bucket, null); } metrics.incNumBucketInfos(); - return bucketManager.getBucketInfo(volume, bucket); + + ResolvedBucket resolvedBucket = + resolveBucketLink(Pair.of(volume, bucket), true); Review Comment: Done -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org