Zakelly Lan created FLINK-33498:
-----------------------------------
Summary: Do not allow manually triggering incremental checkpoints
with full checkpoint configured
Key: FLINK-33498
URL: https://issues.apache.org/jira/browse/FLINK-33498
Project: Flink
Issue Type: Improvement
Components: Runtime / Checkpointing
Reporter: Zakelly Lan
Assignee: Zakelly Lan
Fix For: 1.19.0
Currently, when a job is configured to run with incremental checkpoint
disabled, user manually triggers the incremental checkpoint will actually
trigger a full checkpoint. That is because the files from full checkpoint
cannot be shared with an incremental checkpoint. So we'd better throw some
exception somewhere around {{CheckpointCoordinator}} and fail the request in
this case.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)