satishd commented on code in PR #11390:
URL: https://github.com/apache/kafka/pull/11390#discussion_r1032945780
##########
core/src/main/scala/kafka/server/AbstractFetcherThread.scala:
##########
@@ -698,15 +713,23 @@ abstract class AbstractFetcherThread(name: String,
* brokers and producers.
*
* Putting the two cases together, the follower should fetch from the
higher one of its replica log end offset
- * and the current leader's log start offset.
+ * and the current leader's (local-log-start-offset or) log start offset.
Review Comment:
I will address in the next commit.
--
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]