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

Brokers should make sure replica.fetch.max.bytes >= message.max.bytes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 0.8.0
    • None
    • replication

    Description

      If message.max.bytes is larger than replica.fetch.max.bytes,followers can't fetch data from the leader and will incur endless retry. And this may cause high network traffic between followers and leaders.

      Brokers should make sure replica.fetch.max.bytes >= message.max.bytes by adding a sanity check, or throw an exception.

      Attachments

        Activity

          People

            sriharsha Harsha
            zeadom Dong Zhong
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: