You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2021/09/09 14:11:00 UTC

[jira] [Created] (FLINK-24232) Archiving of suspended jobs prevents breaks subsequent archive attempts

Chesnay Schepler created FLINK-24232:
----------------------------------------

             Summary: 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
            Reporter: Chesnay Schepler


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.3.4#803005)