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

Execution of DataStreams result in non functionality of size of Window for countWindow

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Not a Priority
    • Resolution: Unresolved
    • 1.4.0
    • None
    • API / DataStream
    • Important

    Description

      I used AllWindowedStream<?,GlobalWindow> to process a stream and generate maximum of my window using countWindowAll functions. In this output the size and slide of window works incorrectly.

      Refer below example for the bug

      Initial stream : 1,2,3,4,5,6.........

      Output 1: (Find min for window 10,5) : 1,6,11.....(This is correct)

      However if i calculate maximum, I get output as:

      Output 2: (Find max for window 10,5) : 5,10,15.... (which is wrong)

      Expected: 10,15,20....

       

      Please resolve this error.

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            subhamAyush Subham
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: