smengcl commented on code in PR #9708:
URL: https://github.com/apache/ozone/pull/9708#discussion_r2770005168
##########
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/rpc/RpcClient.java:
##########
@@ -1330,6 +1332,8 @@ public List<OzoneBucket> listBuckets(String volumeName,
String bucketPrefix,
.setSourceBucket(bucket.getSourceBucket())
.setUsedBytes(bucket.getTotalBucketSpace())
.setUsedNamespace(bucket.getTotalBucketNamespace())
+ .setPendingDeleteBytes(bucket.getSnapshotUsedBytes())
+ .setPendingDeleteNamespace(bucket.getSnapshotUsedNamespace())
Review Comment:
Thanks @sadanand48 for the patch.
Let's document the behavior of `PendingDeleteBytes` /
`PendingDeleteNamespace`
--
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]