dombizita commented on code in PR #3947:
URL: https://github.com/apache/ozone/pull/3947#discussion_r1033566311
##########
hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/server/TestSCMContainerMetrics.java:
##########
@@ -78,7 +78,9 @@ public void testSCMContainerMetrics() {
"Number of containers in deleting state"), 6);
verify(mb, times(1)).addGauge(Interns.info("DeletedContainers",
"Number of containers in deleted state"), 7);
+ verify(mb, times(1)).addGauge(Interns.info("UnknownContainers",
Review Comment:
Could this cause the **basic (unit)**
[failure](https://github.com/apache/ozone/actions/runs/3565038544/jobs/5989724741)?
I think the `"UnknownContainers"` should be added
[here](https://github.com/apache/ozone/blob/master/hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMContainerMetrics.java#L75L96).
--
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]