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

Handle concurrent ProducerId reset and call to Sender thread shutdown

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.1, 2.1.1
    • 2.2.0, 2.0.2, 2.1.2
    • None
    • None

    Description

      In KAFKA-5503, we have added a check (https://github.com/apache/kafka/pull/5881) for `running` flag in the loop inside maybeWaitForProducerId.  This is to handle concurrent call to Sender close(), while we attempt to get the ProducerId.
      This avoids blocking indefinitely when the producer is shutting down.

      This created a corner case, where Sender thread gets blocked, if we had concurrent producerId reset and call to Sender thread close. The proposed fix is to check the forceClose flag in the loop inside maybeWaitForProducerId.

       

       

      Attachments

        Issue Links

          Activity

            People

              omkreddy Manikumar
              omkreddy Manikumar
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: