[Bug] [SeaTunnel] SeaTunnel streaming job status incorrect & task cannot be stopped from DolphinScheduler
#17786 opened on Dec 12, 2025
Description
Search before asking
- I had searched in the issues and found no similar issues.
What happened
version: 3.2.2
When running a SeaTunnel MySQL-CDC streaming job through DolphinScheduler, the task status shown in DolphinScheduler UI is incorrect, and the “Stop” action does not actually terminate the running SeaTunnel job.
This causes DolphinScheduler to report the workflow as “Stopped”, while the SeaTunnel job continues running in the background.
What you expected to happen
Expected behavior
DolphinScheduler should display the correct runtime status of a streaming task.
When clicking Stop, DolphinScheduler should send the appropriate stop/kill command to SeaTunnel so the job is actually terminated.
Task status in DolphinScheduler and SeaTunnel should remain consistent.
Actual behavior
DolphinScheduler shows the task as Executing or Started workflow, even though the SeaTunnel job is already running normally.
Clicking Stop in DolphinScheduler does not terminate the SeaTunnel job.
SeaTunnel UI still shows the job in RUNNING state.
DolphinScheduler UI incorrectly reports the task as Stopped, leading to mismatch between DS and SeaTunnel.
How to reproduce
Screenshots
dolphin webui:
seatunnel webui:
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
- I agree to follow this project's Code of Conduct