Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-945

Samza should report when a task is hung on a large message

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.9.1
    • None
    • None
    • None
    • Running ThreadJobFactory

      • samza-kafka_2.10 version 0.9.1
      • kafka_2.10 version 0.8.2.1 on the client
      • kafka broker 0.9.0.0

    Description

      I had a puzzling issue with one of my samza tasks. It works correctly
      except for messages on one partition. I had 9 partitions on the topic. If
      I send 1000 messages, I only receive about 890 of them.

      The issue turned out to be that one of the messages exceeded 1 MB and I had messed up the configuration of max.message.bytes for the samza client. However, rather than give an error message or even a timeout, thread responsible for the partition with the large message on it got stuck.

      See thread on samza-dev archives for further details.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jhericks2 Jason Erickson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: