mumrah commented on a change in pull request #9732: URL: https://github.com/apache/kafka/pull/9732#discussion_r543557442
########## File path: core/src/main/scala/kafka/server/BrokerToControllerChannelManager.scala ########## @@ -221,7 +216,7 @@ class BrokerToControllerRequestThread(networkClient: KafkaClient, } else { // need to backoff to avoid tight loops debug("No controller defined in metadata cache, retrying after backoff") - backoff() Review comment: Also, if we don't need `backoff` anymore, we can remove it since this was the only usage ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org