ArafatKhan2198 commented on code in PR #4440:
URL: https://github.com/apache/ozone/pull/4440#discussion_r1145417839
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/api/types/ClusterStateResponse.java:
##########
@@ -66,6 +66,12 @@ public final class ClusterStateResponse {
@JsonProperty("openContainers")
private int openContainers;
+ /**
+ * Total count of deleted containers in the cluster.
+ */
+ @JsonProperty("deletedContainers")
+ private int deletedContainers;
Review Comment:
I have added a class called as `ContainerStats` that will map the count of
various container state counts.
--
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]