[jira] [Created] (FLINK-7067) Cancel with savepoint does not restart checkpoint scheduler on failure

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-7067) Cancel with savepoint does not restart checkpoint scheduler on failure

Shang Yuanchun (Jira)
Ufuk Celebi created FLINK-7067:
----------------------------------

             Summary: Cancel with savepoint does not restart checkpoint scheduler on failure
                 Key: FLINK-7067
                 URL: https://issues.apache.org/jira/browse/FLINK-7067
             Project: Flink
          Issue Type: Bug
          Components: State Backends, Checkpointing
    Affects Versions: 1.3.1
            Reporter: Ufuk Celebi


The `CancelWithSavepoint` action of the JobManager first stops the checkpoint scheduler, then triggers a savepoint, and cancels the job after the savepoint completes.

If the savepoint fails, the command should not have any side effects and we don't cancel the job. The issue is that the checkpoint scheduler is not restarted though.





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)