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

Remove Non-Keyed Window Operator

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • API / DataStream
    • None

    Description

      I propose to remove the special Non-Keyed Window Operator and implement non-parallel windows by using the standard WindowOperator with a dummy KeySelector.

      Maintaining everything for two WindowOperators is a huge burden. The implementation is completely separate by now. For example, the Non-Keyed window operator does not use the StateBackend for state, i.e. cannot use RocksDB. Also, with upcoming changes (Merging/Session windows, aligned windows) this will only increase the maintenance burden.

      Also, the fast AlignedProcessingTimeWindows operators also only support the Parallel/Keyed case.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: