ijuma commented on a change in pull request #9855: URL: https://github.com/apache/kafka/pull/9855#discussion_r557397651
########## File path: core/src/test/scala/unit/kafka/server/epoch/LeaderEpochFileCacheTest.scala ########## @@ -267,7 +267,7 @@ class LeaderEpochFileCacheTest { cache.assign(epoch = 2, startOffset = 6); logEndOffset = 7 //When we update an epoch in the past with a different offset, the log has already reached - //an inconsistent state. Our options are either to raise an error, ignore the new append, + //an inconsistent state. Our options are either to raise an error, Disabled the new append, Review comment: Seems like this was not intended. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org