[ https://issues.apache.org/jira/browse/FLINK-23808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yun Gao updated FLINK-23808: ---------------------------- Parent: (was: FLINK-2491) Issue Type: Bug (was: Sub-task) > Bypass operators when advanceToEndOfEventTime for both legacy and new source > tasks > ---------------------------------------------------------------------------------- > > Key: FLINK-23808 > URL: https://issues.apache.org/jira/browse/FLINK-23808 > Project: Flink > Issue Type: Bug > Affects Versions: 1.14.0 > Reporter: Yun Gao > Assignee: Yun Gao > Priority: Major > Labels: pull-request-available > Fix For: 1.14.0 > > > Currently when end of data processing, the sources would advance to max > watermark and emit MAX_WATERMARK. However, currently the output used is the > mainOperatorOutput, namely the output of the source operator. If the source > operator is chained with other operators and the tasks are finished on > restore, there would be problems since the following operators should be > skipped, but some operators still have actions when the watermark is > advanced, like WatermarkAssignerOperator, which might cause problems. -- This message was sent by Atlassian Jira (v8.3.4#803005)