siddhantsangwan commented on code in PR #4458:
URL: https://github.com/apache/ozone/pull/4458#discussion_r1149060363


##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/balancer/ContainerBalancerTask.java:
##########
@@ -211,6 +225,8 @@ private void balance() {
           // one for sending command , one for running du, and one for
           // reporting back make it like this for now, a more suitable
           // value. can be set in the future if needed
+          LOG.info("ContainerBalancer will sleep for some time while waiting " 
+
+              "for updated usage information from Datanodes.");
           Thread.sleep(3 * nodeReportInterval);

Review Comment:
   I've added duration to the logs.



-- 
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]

Reply via email to