hachikuji commented on a change in pull request #11266: URL: https://github.com/apache/kafka/pull/11266#discussion_r696859115
########## File path: core/src/main/scala/kafka/controller/PartitionStateMachine.scala ########## @@ -437,6 +437,11 @@ class ZkPartitionStateMachine(config: KafkaConfig, } } + updatesToRetry.foreach { partition => Review comment: Maybe it's worthwhile adding `isDebugEnabled` around these loops? -- 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