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

RecordCollector should handle retriable exceptions more strictly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 0.10.1.0
    • 0.10.2.0
    • streams

    Description

      see: https://groups.google.com/forum/#!topic/confluent-platform/DT5bk1oCVk8

      There is probably a bug in the RecordCollector as described in my detailed Cluster test published in the aforementioned post.

      The class RecordCollector has the following behavior:

      • if there is no exception, add the message offset to a map
      • otherwise, do not add the message offset and instead log the above statement

      Is it possible that this offset map contains the latest offset to commit? If so, a message that fails might be overriden be a successful (later) message and the consumer commits every message up to the latest offset?

      Attachments

        Issue Links

          Activity

            People

              damianguy Damian Guy
              Thomas Schulz Thomas Schulz
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: