Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.0, 1.13.1, 1.12.5
Description
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".
Attachments
Issue Links
- is caused by
-
FLINK-22434 Dispatcher does not store suspended jobs in execution graph store
- Closed
- relates to
-
FLINK-20195 Jobs endpoint returns duplicated jobs
- Closed
- links to