clolov commented on PR #14136: URL: https://github.com/apache/kafka/pull/14136#issuecomment-1691749594
I am possibly wrong, but I think that even though this piece of code sends LISR requests first https://github.com/apache/kafka/blob/88d2c4460a1c8c8cf5dbcc9edb43f42fe898ca00/core/src/main/scala/kafka/controller/ControllerChannelManager.scala#L720-L722 there are never requests of different kinds at the same time based on the creation of a new batch in these scenarios: * https://github.com/apache/kafka/blob/88d2c4460a1c8c8cf5dbcc9edb43f42fe898ca00/core/src/main/scala/kafka/controller/KafkaController.scala#L1117-L1127 * https://github.com/apache/kafka/blob/88d2c4460a1c8c8cf5dbcc9edb43f42fe898ca00/core/src/main/scala/kafka/controller/KafkaController.scala#L1237-L1239 * https://github.com/apache/kafka/blob/88d2c4460a1c8c8cf5dbcc9edb43f42fe898ca00/core/src/main/scala/kafka/controller/KafkaController.scala#L1396-L1400 -- 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