[
https://issues.apache.org/jira/browse/FLINK-17107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17083288#comment-17083288
]
Yu Li commented on FLINK-17107:
-------------------------------
Merged into release-1.10 via 9ed5f1b4b5e1c8a9f9421b91ac00960b63916ebd
> CheckpointCoordinatorConfiguration#isExactlyOnce() is inconsistent with
> StreamConfig#getCheckpointMode()
> --------------------------------------------------------------------------------------------------------
>
> Key: FLINK-17107
> URL: https://issues.apache.org/jira/browse/FLINK-17107
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Checkpointing
> Affects Versions: 1.6.3, 1.7.2, 1.8.0, 1.9.0, 1.10.0
> Reporter: Yingjie Cao
> Assignee: Yingjie Cao
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.1, 1.11.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> CheckpointCoordinatorConfiguration#isExactlyOnce() is inconsistent with
> StreamConfig#getCheckpointMode() when checkpoint is disabled.
> CheckpointCoordinatorConfiguration#isExactlyOnce() returns true if checkpoint
> mode is EXACTLY_ONCE mode and return false if checkpoint mode is
> AT_LEAST_ONCE while StreamConfig#getCheckpointMode() will always return
> AT_LEAST_ONCE which means always not exactly once.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)