JohnZp commented on issue #15738: URL: https://github.com/apache/dolphinscheduler/issues/15738#issuecomment-2058403189
> > Bro, did you solve it? I also encountered the same problem; In the latest version I am using now, temporarily suspending the task flow will cause the task flow to get stuck and stop the task. The task does not really stop; My idea is to collect the jobid through logs, add a command line to the cancel method, and process the cancel method through SEATUNNLE_HOME/seatunnel.sh --cancel-job/--savepoint. > > Good idea, maybe you could try contributing source code. I made the Seatunnel Stream task a separate plugin, similar to Flink Stream, doing separate tasks to start and stop and savepoint, but the customization is too strong, I don't know how to push it to the community -- 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]
