Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-7150

Error in processing fetched data for one partition may stop follower fetching other partitions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • 0.10.2.2, 0.11.0.3, 1.0.2, 1.1.0
    • None
    • replication
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            apovzner Anna Povzner
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: