13813586515 opened a new issue, #16454: URL: https://github.com/apache/dolphinscheduler/issues/16454
### 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 目前部署方式1主3从, 1.通过ds配置了st任务 2.将三台work-server全部停止 3.依次启动3台worker-server 出现以下问题 1.三台worker-server宕机没有killed掉st任务,这主要原因是ds只负责提交任务到st,实际任务运行是由st server来运行,但是当work-server再次启动的时候会发现之前的任务意外停止了 会重新启动新的任务,此时会出现原先的st任务被double了,然后cpu和内存会被撑满,而ds中会出现同样的任务有2条,一条正在运行,一条状态是需要容错 ### What you expected to happen ds对于st的任务监控还不完备,拉起新的st任务的时候没有去stserver查看任务的实际运行情况 ### How to reproduce 1.通过ds配置了st任务 2.将三台work-server全部停止 3.依次启动3台worker-server ### Anything else _No response_ ### Version 3.2.x ### Are you willing to submit PR? - [ ] 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]
