[ https://issues.apache.org/jira/browse/KAFKA-7150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Gustafson resolved KAFKA-7150. ------------------------------------ Resolution: Not A Problem This is no longer a problem since we have removed the logic to raise a fatal error from the out of range error handling. > Error in processing fetched data for one partition may stop follower fetching > other partitions > ---------------------------------------------------------------------------------------------- > > Key: KAFKA-7150 > URL: https://issues.apache.org/jira/browse/KAFKA-7150 > Project: Kafka > Issue Type: Bug > Components: replication > Affects Versions: 0.10.2.2, 0.11.0.3, 1.0.2, 1.1.0 > Reporter: Anna Povzner > Priority: Major > > If the followers fails to process data for one topic partitions, like out of > order offsets error, the whole ReplicaFetcherThread is killed, which also > stops fetching for other topic partitions serviced by this fetcher thread. > This may result in un-necessary under-replicated partitions. I think it would > be better to continue fetching for other topic partitions, and just remove > the partition with an error from the responsibility of the fetcher thread. -- This message was sent by Atlassian JIRA (v7.6.3#76005)