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

[jira] [Created] (FLINK-26472) Introduce Savepoint object in JobStatus

Matyas Orhidi created FLINK-26472:
-------------------------------------

             Summary: Introduce Savepoint object in JobStatus
                 Key: FLINK-26472
                 URL: https://issues.apache.org/jira/browse/FLINK-26472
             Project: Flink
          Issue Type: Sub-task
          Components: Kubernetes Operator
            Reporter: Matyas Orhidi


We currently store only the `savepointLocation` as a String in the JobState. It would be beneficial to introduce a Savepoint object with a few additional fields instead:
 * {{String location}}
 * {{String timestamp}}
 * {{boolean success}}
 * {{String error}}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)