You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jiayi Liao (Jira)" <ji...@apache.org> on 2020/11/11 12:03:00 UTC

[jira] [Created] (FLINK-20087) CheckpointCoordinator waits until all tasks finish initialization of states to trigger checkpoint

Jiayi Liao created FLINK-20087:
----------------------------------

             Summary: CheckpointCoordinator waits until all tasks finish initialization of states to trigger checkpoint
                 Key: FLINK-20087
                 URL: https://issues.apache.org/jira/browse/FLINK-20087
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Checkpointing
    Affects Versions: 1.9.0
            Reporter: Jiayi Liao


{{CheckpointCoordinator}} will start triggering checkpoint after all tasks send RUNNING status to JobMaster. However, the {{initializeState}} could be time-expensive(a few minutes), for example the task needs to rescale with multiple old tasks' rocksdb data. During this process, the triggering of checkpoints are meaningless. 



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