chia7712 commented on code in PR #15875: URL: https://github.com/apache/kafka/pull/15875#discussion_r1591859505
########## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java: ########## @@ -1768,7 +1768,7 @@ private boolean handleRebalanceCompleted() { long now = time.milliseconds(); if (scheduledRebalance <= now) { log.debug("Requesting rebalance because scheduled rebalance timeout has been reached " - + "(now: {} scheduledRebalance: {}", scheduledRebalance, now); + + "(now: {} scheduledRebalance: {}", now, scheduledRebalance); Review Comment: Could you please remove `(` ? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org