xBis7 commented on code in PR #3309:
URL: https://github.com/apache/ozone/pull/3309#discussion_r942916932
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManagerUtils.java:
##########
@@ -62,7 +62,7 @@ private OzoneManagerUtils() {
* omMetadataManager().getBucketTable().get(buckKey)
*/
- private static OmBucketInfo getOmBucketInfo(OMMetadataManager metaMgr,
+ public static OmBucketInfo getOmBucketInfo(OMMetadataManager metaMgr,
Review Comment:
It's used for legacy buckets. This PR it's just the existing code that has
been refactored. We must have missed it, I will change it back. It will make
sense in the next PR where it will be used by the legacy bucket code.
--
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]