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

FLIP-331: Support EndOfStreamTrigger and isOutputOnlyAfterEndOfStream operator attribute to optimize task deployment

    XMLWordPrintableJSON

Details

    • Hide
      For operators that only generates outputs after all inputs have been consumed, they are now optimized to run in blocking mode, and the other operators in the same job will wait to start until these operators have finished. Such operators include windowing with GlobalWindows#createWithEndOfStreamTrigger, sorting, and etc.
      Show
      For operators that only generates outputs after all inputs have been consumed, they are now optimized to run in blocking mode, and the other operators in the same job will wait to start until these operators have finished. Such operators include windowing with GlobalWindows#createWithEndOfStreamTrigger, sorting, and etc.

    Description

      This is an umbrella ticket for FLIP-331.

      Attachments

        Issue Links

          Activity

            People

              yunfengzhou Yunfeng Zhou
              yunfengzhou Yunfeng Zhou
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: