[ 
https://issues.apache.org/jira/browse/KAFKA-7150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16618060#comment-16618060
 ] 

Jason Gustafson edited comment on KAFKA-7150 at 9/21/18 12:34 AM:
------------------------------------------------------------------

This is no longer a problem since we have removed the logic to raise a fatal 
error from the out of range error handling. See KAFKA-7414.


was (Author: hachikuji):
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)

Reply via email to