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

Flink Jira Bot updated FLINK-6118:
----------------------------------
    Labels: auto-deprioritized-major  (was: stale-major)

> Chained operators forward watermark without checking
> ----------------------------------------------------
>
>                 Key: FLINK-6118
>                 URL: https://issues.apache.org/jira/browse/FLINK-6118
>             Project: Flink
>          Issue Type: Bug
>          Components: API / DataStream
>    Affects Versions: 1.1.4, 1.2.0, 1.3.0
>            Reporter: Aljoscha Krettek
>            Priority: Major
>              Labels: auto-deprioritized-major
>
> For operators that read from the network we have checks in place that verify 
> that the input watermark only moves forwards. If an operator is directly 
> chained to an operator then any {{Output.emitWatermark()}} of the first 
> operator directly invoke {{processWatermark()}} on the chained operator, 
> meaning that there are no verification steps in-between.
> This only becomes visible when a non-keyed, chained operator (with, for 
> example a {{ProcessFunction}}) is checking the  current watermark. Only keyed 
> operators can have timers and for those the watermark always comes form the 
> network, i.e. it behaves correctly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to