devmadhuu commented on code in PR #4406:
URL: https://github.com/apache/ozone/pull/4406#discussion_r1145791507
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/api/types/ClusterStateResponse.java:
##########
@@ -84,6 +84,12 @@ public final class ClusterStateResponse {
@JsonProperty("keys")
private long keys;
+ /**
+ * Total count of keys marked for deletion in the cluster.
+ */
+ @JsonProperty("deletedKeys")
+ private long deletedKeys;
Review Comment:
This is including only leaf level (keys/files) respectively for
LEGACY/OBS/FSO buckets. Pls include to show deleted directories separately
which should be shown if any deleted directories...Just keep in mind that this
is only showing the number and not much informative from debugging purpose, so
to supplement this, deleted keys/ deleted directories and files inside that
directories should be done as new requirement and part of OM DB insights.
--
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]