richardmilles opened a new pull request, #18491: URL: https://github.com/apache/dolphinscheduler/pull/18491
## Was this PR generated or assisted by AI? Yes, assisted by AI. ## Purpose of the pull request Fixes #16789 Replaces #18468 (closed for missing PR template). Killing an already-exited process fails and can surface as task stop errors (e.g. Flink stop). ## Brief change log - Treat an already-exited process as a successful kill in ``ProcessUtils.kill`` ## Verify this pull request This pull request is already covered by existing tests, such as process kill/unit tests around `ProcessUtils`. - Manual: stop a task whose process has already exited and confirm no false failure ## Pull Request Notice [Pull Request Notice](https://github.com/apache/dolphinscheduler/blob/dev/docs/docs/en/contribute/join/pull-request.md) If your pull request contains incompatible change, you should also add it to `docs/docs/en/guide/upgrade/incompatible.md` -- 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]
