You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "aitozi (JIRA)" <ji...@apache.org> on 2018/12/05 10:55:00 UTC

[jira] [Created] (FLINK-11077) Make subtask aware of the timeout of checkpoint and abort the current ongoing asynccheckpoint

aitozi created FLINK-11077:
------------------------------

             Summary: Make subtask aware of the timeout of checkpoint and abort the current ongoing asynccheckpoint
                 Key: FLINK-11077
                 URL: https://issues.apache.org/jira/browse/FLINK-11077
             Project: Flink
          Issue Type: Improvement
          Components: State Backends, Checkpointing
    Affects Versions: 1.8.0
            Reporter: aitozi
            Assignee: aitozi


Now checkpoint coordinator will cancel the checkpoint when checkpoint timeout. But the subtask will continue to execute the async part / sync part of the timeout checkpoint. When checkpoint state is large, it is a waste of bandwidth. So I think the AsyncCheckpointRunnable should be aware of the timeout checkpoint and interrupt them. What do you think [~StephanEwen] [~stefanrichter83@gmail.com]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)