sumitagrawl commented on code in PR #4440:
URL: https://github.com/apache/ozone/pull/4440#discussion_r1152130172
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/api/types/ClusterStateResponse.java:
##########
@@ -104,6 +110,7 @@ private ClusterStateResponse(Builder b) {
this.containers = b.containers;
this.missingContainers = b.missingContainers;
this.openContainers = b.openContainers;
+ this.deletedContainers = b.deletedContainers;
Review Comment:
currently we have a TestTotalOpenContainerCount and
TestTotalDeletedContainerCount test classes for each different state counts we
can consolidate all of them into a single test class that calculates the
container count of different states.
We could call that class TestContainerStateCounts
--
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]