You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "David Morávek (Jira)" <ji...@apache.org> on 2022/01/20 08:38:00 UTC

[jira] [Created] (FLINK-25715) Application Mode: Add option to submit a failed job on application error

David Morávek created FLINK-25715:
-------------------------------------

             Summary: Application Mode: Add option to submit a failed job on application error
                 Key: FLINK-25715
                 URL: https://issues.apache.org/jira/browse/FLINK-25715
             Project: Flink
          Issue Type: New Feature
          Components: Client / Job Submission, Runtime / Coordination
            Reporter: David Morávek
             Fix For: 1.15.0


Currently in application mode, any exception happens in the application driver (before submitting an actual job) leads to a fail-over. These errors are usually not retryable and we don't have a good way of reporting them to the user.

We'll introduce a new config option `execution.submit-failed-job-on-application-error` that submits a failed job with the `$internal.pipeline.job-id` instead.

This is intended to be used in combination with `execution.shutdown-on-application-finish = false` to allow user to retrieve the information about the failed submission.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)