[
https://issues.apache.org/jira/browse/FLINK-24232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-24232:
-------------------------------------
Fix Version/s: 1.15.0
1.13.5
1.14.2
> Archiving of suspended jobs prevents breaks subsequent archive attempts
> -----------------------------------------------------------------------
>
> Key: FLINK-24232
> URL: https://issues.apache.org/jira/browse/FLINK-24232
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 1.14.0, 1.13.1, 1.12.5
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0, 1.13.5, 1.14.2
>
>
> To archive a job we write a file that uses the job ID as the name. Since
> suspended jobs are handled like other terminal jobs they are also being
> archived.
> When that job then later resumes any attempt to archive the job on
> termination will fail because an archive already exists.
> The simplest option is to add a suffix if an archive already exists, like
> "_1".
--
This message was sent by Atlassian Jira
(v8.20.1#820001)