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

[jira] [Created] (FLINK-16945) Execute CheckpointFailureManager.FailJobCallback directly in main thread executor

Biao Liu created FLINK-16945:
--------------------------------

             Summary: Execute CheckpointFailureManager.FailJobCallback directly in main thread executor
                 Key: FLINK-16945
                 URL: https://issues.apache.org/jira/browse/FLINK-16945
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Checkpointing
    Affects Versions: 1.10.0
            Reporter: Biao Liu
             Fix For: 1.11.0


Since we have put all non-IO operations of {{CheckpointCoordinator}} into main thread executor, the {{CheckpointFailureManager.FailJobCallback}} could be executed directly now. In this way execution graph would fail immediately when {{CheckpointFailureManager}} invokes the callback. We could avoid the inconsistent scenario of FLINK-13497.



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