sodonnel commented on code in PR #3781: URL: https://github.com/apache/ozone/pull/3781#discussion_r998434320
########## hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/node/DatanodeAdminMonitorImpl.java: ########## @@ -363,6 +427,14 @@ private boolean checkContainersReplicatedOnNode(DatanodeDetails dn) LOG.info("{} has {} sufficientlyReplicated, {} underReplicated and {} " + "unhealthy containers", dn, sufficientlyReplicated, underReplicated, unhealthy); + containerStateByHost.computeIfAbsent(dn.getHostName(), + hostID -> new ContainerStateInWorkflow(hostID, Review Comment: The indent here again seems too long (8 spaces instead of 4?) and all the `0L` could be pulled onto the same line I think. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org