[ https://issues.apache.org/jira/browse/FLINK-21086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dawid Wysakowicz closed FLINK-21086. ------------------------------------ Resolution: Fixed Implemented in ce68c4d0b02a82e0c7958e37cb6508ee3952b6c7..6f21603cc2386ba08cbf6f7e33634d96f8bc4815 > Support checkpoint alignment with finished input channels > --------------------------------------------------------- > > Key: FLINK-21086 > URL: https://issues.apache.org/jira/browse/FLINK-21086 > Project: Flink > Issue Type: Sub-task > Components: API / DataStream, Runtime / Checkpointing > Reporter: Yun Gao > Assignee: Yun Gao > Priority: Major > Labels: pull-request-available > Fix For: 1.14.0 > > > For a non-source task, if one of its precedent task has finished, the > precedent task would send EndOfPartition to it. However, currently the > CheckpointBarrierHandler could not support receiving EndOfPartitionEvent. To > support checkpoint after some tasks finish, when received EndOfPartitionEvent > the CheckpointBarrierHandler should > # For all the pending checkpoints, mark this channel as aligned. > # For the future checkpoints, excludes this channel. -- This message was sent by Atlassian Jira (v8.3.4#803005)