dmvk opened a new pull request #18416:
URL: https://github.com/apache/flink/pull/18416


   https://issues.apache.org/jira/browse/FLINK-25715
   
   
   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to