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

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

     [ https://issues.apache.org/jira/browse/FLINK-26472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gyula Fora updated FLINK-26472:
-------------------------------
    Description: 
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}}

  was:
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}}


> 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
>            Assignee: Matyas Orhidi
>            Priority: Major
>
> 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}}



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