swamirishi commented on code in PR #8587: URL: https://github.com/apache/ozone/pull/8587#discussion_r2366393269
########## 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: 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: [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]
