You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/27 15:20:03 UTC

[GitHub] [flink] rmetzger commented on pull request #18416: [FLINK-25715][clients] Add deployment option (`execution.submit-failed-job-on-application-error`) for submitting a failed job when there is an error in application driver.

rmetzger commented on pull request #18416:
URL: https://github.com/apache/flink/pull/18416#issuecomment-1023323763


   Thanks for implementing this nice feature.
   
   I have one question: I just tried. this out, and it works as expected. However, when I issue a REST `DELETE /cluster` call (once I've retrieved the exception), the JobManager process will exit with code 0.
   For a cancelled job, this is fine, but for a failed Application Mode cluster, I would expect exit code 1 (so that my resource manager can restart the process)


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org