wsry commented on issue #11713: [FLINK-17107][checkpointing] Make CheckpointCoordinatorConfiguration#isExactlyOnce() be consistent with StreamConfig#getCheckpointMode() URL: https://github.com/apache/flink/pull/11713#issuecomment-613213116 @carp84 I am fixing this mainly because another PR of mine uses the ```isExactlyOnce``` flag of CheckpointCoordinatorConfiguration and this inconsistency causes problem. Currently, the only issue this inconsistency causes is that the information displayed on webui or stored in archived execution graph may not be right when checkpoint is disabled which I think is not a critical issue. So I was not planning to pick the fix to release-1.10.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services