Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-1955

Improve error handling of sender task failures

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.10.0
    • 0.9
    • Runtime / Coordination
    • None

    Description

      Currently, if a sender task fails, the produced partition is silently released.

      We want:

      • Produced result partition becomes erroneous with a SenderFailedException
      • Receiver cancels itself when encountering the SenderFailedException
      • May also be cancelled by the JobManager (if that call is faster than the detection of the failed sender)
      • This closes the Netty channel

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              uce Ufuk Celebi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: