hachikuji commented on a change in pull request #11189: URL: https://github.com/apache/kafka/pull/11189#discussion_r685611958
########## File path: core/src/main/scala/kafka/server/ReplicaManager.scala ########## @@ -2204,27 +2203,37 @@ class ReplicaManager(val config: KafkaConfig, completeDelayedFetchOrProduceRequests(tp) Review comment: Hmm, as I'm looking over the code, this seems wrong. We'd want to trigger delayed operations after the call to `makeFollower` since the change from leader to follower is what would allow the operation to complete. -- 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