You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yun Gao (Jira)" <ji...@apache.org> on 2021/04/01 09:57:00 UTC

[jira] [Created] (FLINK-22087) CheckpointPlanCalculator should abort checkpoint if tasks is in canceling/canceled and so on

Yun Gao created FLINK-22087:
-------------------------------

             Summary: CheckpointPlanCalculator should abort checkpoint if tasks is in canceling/canceled and so on
                 Key: FLINK-22087
                 URL: https://issues.apache.org/jira/browse/FLINK-22087
             Project: Flink
          Issue Type: Task
          Components: Runtime / Checkpointing
            Reporter: Yun Gao
             Fix For: 1.13.0


When refactoring the checkpoint triggering logic in  [FLINK-21067|https://issues.apache.org/jira/browse/FLINK-21067], it tries to also support the FINISHED state, but it change the abort condition from == RUNNING to != (CREATED, SCHEDULED, DEPLOYING), which makes the checkpoint could not be aborted in these cases. This might happen if during trigger there is also job failover. It might cause trigger failure and make checkpoint has to wait for timeout.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)