Matthias Pohl created FLINK-26583: ------------------------------------- Summary: Yarn's Application Mode does not fail when submitting a job with a ID that's listed in the JobResultStore Key: FLINK-26583 URL: https://issues.apache.org/jira/browse/FLINK-26583 Project: Flink Issue Type: Bug Components: Runtime / Coordination Affects Versions: 1.15.0 Reporter: Matthias Pohl Fix For: 1.15.0
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. -- This message was sent by Atlassian Jira (v8.20.1#820001)