Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.15.0
Description
-We experience some unwanted behavior if a clean JobResult is listed in the JobResultStore and a job with the same Job ID is submitted in Application Mode.
We would expect that the second submission fails with a DuplicateJobSubmissionException. Instead, the submission succeeds with the job not running anymore.-
Update:
We reiterated over the problem and decided that the Exception is not the desired failure because it would cause a failover in k8s setups, for instance. We rather want to inform the user through a warning because Flink still behaves as expected.
Attachments
Attachments
Issue Links
- Discovered while testing
-
FLINK-26391 Release Testing: Application Mode recovery does not re-trigger a job which failed during cleanup (FLINK-11813)
- Resolved
- is caused by
-
FLINK-25430 Introduce JobResultStore
- Resolved
- links to