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

ConsumerConnector.shutdown() hangs if autocommit is enabled, and no zk available

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Auto Closed
    • 0.7.2
    • None
    • clients
    • None

    Description

      Hi,

      I have a situation where I want to reliably shut-down a consumer, but it seems to hang in certain conditions, namely:

      • If autocommit.enabled = true
      • If the current zk instance is not available

      It seems that it will indefinitely try to re-create the zk connection, in order to auto-commit, before exiting, even after I've called ConsumerConnector.shutdown().

      I would think that there should be a way to force it to shutdown, even under error conditions.

      Jason

      Attachments

        Activity

          People

            Unassigned Unassigned
            jbrosenberg Jason Rosenberg
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: