Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-16430 FLIP-119 Pipelined Region Scheduling
  3. FLINK-17542

Unify slot request timeout handling for streaming and batch tasks

    XMLWordPrintableJSON

Details

    Description

      There are 2 different slot request timeout handling mechanism for batch and streaming tasks.
      For streaming tasks, the slot request will fail if it is not fulfilled within slotRequestTimeout.
      For batch tasks, the slot request will be checked periodically to see whether it is fulfillable, and only fails if it has been unfulfillable for a certain period(slotRequestTimeout).

      With slot marked with whether they will be occupied indefinitely, we can unify these handling. See FLIP-119 for more details.

      Attachments

        Issue Links

          Activity

            People

              zhuzh Zhu Zhu
              zhuzh Zhu Zhu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: