kfaraz commented on code in PR #19532:
URL: https://github.com/apache/druid/pull/19532#discussion_r3579178396


##########
server/src/main/java/org/apache/druid/server/coordinator/duty/BalanceSegments.java:
##########
@@ -50,25 +51,49 @@ public BalanceSegments(Duration coordinatorPeriod)
   @Override
   public DruidCoordinatorRuntimeParams run(DruidCoordinatorRuntimeParams 
params)
   {
+    final Stopwatch totalTime = Stopwatch.createStarted();
+
     if (params.getUsedSegmentCount() <= 0) {
+      log.info("BalanceSegments skipped: usedSegmentCount[%,d].", 
params.getUsedSegmentCount());

Review Comment:
   As already called out in the description, please ensure that all the logs 
are removed before merging. Otherwise, coordinator logs will become very noisy.



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