[ 
https://issues.apache.org/jira/browse/FLINK-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aljoscha Krettek resolved FLINK-2234.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10

Resolved by removing the trigger/eviction based window system.

> CoStreamWindow is Dependent on Input Ordering
> ---------------------------------------------
>
>                 Key: FLINK-2234
>                 URL: https://issues.apache.org/jira/browse/FLINK-2234
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>             Fix For: 0.10
>
>
> The implementation depends on elements always arriving in a round-robin 
> fashion, i.e. element from first input, then element from second input, then 
> first again and so on (read order is 1,2,1,2...). I don't think this 
> assumption holds for real-world problems.
> For example, CoWindowTest produces wrong results if MockCoContext is modified 
> to read two elements from input 1 and then one from two (read order 
> 1,1,2,1,1,2...).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to