[
https://issues.apache.org/jira/browse/FLINK-36287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898171#comment-17898171
]
Arvid Heise commented on FLINK-36287:
-------------------------------------
Merged into 1.20 as
244e955d0765f96fccced6ebd9a817e983cc0a1e..5dea94b95996cb3a95d35c2534b6d3c79534cb8f.
> Sink with topologies should not participate in UC
> -------------------------------------------------
>
> Key: FLINK-36287
> URL: https://issues.apache.org/jira/browse/FLINK-36287
> Project: Flink
> Issue Type: Bug
> Reporter: Arvid Heise
> Assignee: Arvid Heise
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.0-preview
>
>
> When the sink writer and committer are not chained, it's possible that
> committables become part of the channel state. However, then it's possible
> that they are not received before notifyCheckpointComplete. Further, the
> contract of notifyCheckpointComplete dictates that all side effects need to
> be committed or we fail on notifyCheckpointComplete. This contract is
> essential to final checkpoints.
> We can change by disallowing channel state within sinks.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)