swamirishi commented on code in PR #9089:
URL: https://github.com/apache/ozone/pull/9089#discussion_r2410654241


##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/RepeatedOmKeyInfo.java:
##########
@@ -41,6 +41,15 @@ public class RepeatedOmKeyInfo implements 
CopyObject<RepeatedOmKeyInfo> {
   private static final Codec<RepeatedOmKeyInfo> CODEC_FALSE = newCodec(false);
 
   private final List<OmKeyInfo> omKeyInfoList;
+  /**
+   * Represents the unique identifier for a bucket. This variable is used to
+   * distinguish between different instances of a bucket, even if a bucket
+   * with the same name is deleted and recreated.
+   *
+   * It is particularly useful for tracking and updating the quota usage
+   * associated with a bucket.

Review Comment:
   Will make this in the follow up patch. I don't want a redundant CI run



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