github-actions[bot] commented on issue #15738: URL: https://github.com/apache/dolphinscheduler/issues/15738#issuecomment-2006062610
### 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 I use DS scheduled scheduling and use Cluster mode to start the Seatunnel task. Then stop this Seatunnel task through the "Workflow Instance" -> "Operation" -> "Stop" button on the DS page. As a result, the SeatunnelClient is killed. But in fact, SeatunnelClient in Cluster mode only submits tasks to SeatunnelServer, and actually executes tasks on SeatunnelServer. Therefore, killing SeatunnelClient is only useful in Local mode. In Cluster mode, you need to call the rest api provided by Seatunnel -> "/hazelcast/rest/maps/stop-job". I originally wanted to implement calling this interface while ending the Seatunnel task, but I did not see that dolphinscheduler-task-seatunnel or dolphinscheduler-worker supports such an extension. ### What you expected to happen pass ### How to reproduce pass ### Anything else pass ### Version dev ### 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]
