adixitconfluent commented on code in PR #17437:
URL: https://github.com/apache/kafka/pull/17437#discussion_r1798128982


##########
core/src/main/scala/kafka/server/ReplicaManager.scala:
##########
@@ -3029,6 +3069,7 @@ class ReplicaManager(val config: KafkaConfig,
       stateChangeLogger.info(s"Started fetchers as part of become-follower for 
${partitionsToStartFetching.size} partitions")
 
       
partitionsToStartFetching.keySet.foreach(completeDelayedFetchOrProduceRequests)
+      
partitionsToStartFetching.keySet.foreach(completeDelayedShareFetchRequest)

Review Comment:
   1. I have added the change in my current PR.
   2. I have created a JIRA https://issues.apache.org/jira/browse/KAFKA-17783 
for this, we'll take it up in the future PRs.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to