smengcl commented on code in PR #8587: URL: https://github.com/apache/ozone/pull/8587#discussion_r2361239388
########## hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OmBucketInfo.java: ########## @@ -96,6 +96,10 @@ public final class OmBucketInfo extends WithObjectID implements Auditable, CopyO private long usedNamespace; private final long quotaInBytes; private final long quotaInNamespace; + // Total size of data trapped which is pending to be deleted either because of data trapped in snapshots or + // background key deleting service is yet to run. Review Comment: ```suggestion // Total size of data trapped which is pending to be deleted either because of data trapped in snapshots or // background key deleting service is yet to run. // This also indicates the size exclusively held by all snapshots of this bucket. // i.e. when all snapshots of this bucket are deleted and purged, this much space would be released. ``` -- 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