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

AsyncKafkaConsumer might send out heartbeat request without waiting for its response

    XMLWordPrintableJSON

Details

    Description

      KAFKA-16389

      We've discovered that in some uncommon cases, the consumer could send out successive heartbeats without waiting for the response to come back.  this might result in causing the consumer to revoke its just assigned assignments in some cases.  For example:

       

      The consumer first sends out a heartbeat with epoch=0 and memberId='' 

      The consumer then rapidly sends out another heartbeat with epoch=0 and memberId='' because it has not gotten any response and thus not updating its local state

       

      The consumer receives assignments from the first heartbeat and reconciles its assignment.

       

      Since the second heartbeat has epoch=0 and memberId='', the server will think this is a new member joining and therefore send out an empty assignment.  

       

      The consumer receives the response from the second heartbeat.  Revoke all of its partitions.

       

      There are 2 issues associate with this bug:

      1. inflight logic
      2. rapid poll: In the KAFKA-16389 we've observe consumer polling interval to be a few ms.  

      Attachments

        1. failing_results.zip
          823 kB
          Philip Nee

        Activity

          People

            lianetm Lianet Magrans
            pnee Philip Nee
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: