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

Make Closing Behavior of Window Operators Configurable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.0.0
    • 1.0.0
    • API / DataStream
    • None

    Description

      Right now, all window operators emit (incomplete) in-flight windows when they are closing down. This happens for two reasons:

      1. sources emit a final Long.MAX_VALUE watermark to flush out windows when they close.
      2. window operators emit in-flight windows in their close() method

      For some users this might not be the desired behavior so we should either change it or make it configurable.

      Attachments

        Issue Links

          Activity

            People

              aljoscha Aljoscha Krettek
              aljoscha Aljoscha Krettek
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: