rajinisivaram commented on pull request #10930:
URL: https://github.com/apache/kafka/pull/10930#issuecomment-869929738


   @guozhangwang With Errors.NONE, we throw OffsetOutOfRangeException in the 
follower when attempting to update follower's start offset based on the 
leader's start offset returned in the response: 
https://github.com/apache/kafka/blob/397fa1f894c176d71601183c36e5d498fc83fd1e/core/src/main/scala/kafka/log/Log.scala#L997.
  Since that is a safeguard that existed prior to the new code in the leader to 
process diverging epochs for IBP 2.7 and higher, it seems safer to retain it.


-- 
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


Reply via email to