jolshan commented on a change in pull request #9944: URL: https://github.com/apache/kafka/pull/9944#discussion_r651331636
########## File path: core/src/main/scala/kafka/server/AbstractFetcherThread.scala ########## @@ -412,6 +412,12 @@ abstract class AbstractFetcherThread(name: String, "expected to persist.") partitionsWithError += topicPartition + case Errors.INCONSISTENT_TOPIC_ID => Review comment: This is no longer a partition level error. We can only get it as a top level error. If it is a top level error, I believe we return an empty map and do not go down this code path. -- 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