luxl6 opened a new issue, #17908: URL: https://github.com/apache/dolphinscheduler/issues/17908
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened args.add(FlinkConstants.FLINK_SHUTDOWN_ON_ATTACHED_EXIT); // -sae All Flink tasks have been configured with the -sae parameter. When submitting the Flink on YARN application mode, the tasks terminate automatically after running on YARN for 4 minutes I removed the `-sae` parameter from the command generated by DolphinScheduler, and the task can run continuously until manually killed ### What you expected to happen Can we optimize this piece of code or remove it ### How to reproduce Can we optimize this piece of code or remove it ### Anything else The application ID for the task cannot be obtained ### Version 3.4.0 ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
