apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.89k stars 4.63k forks source link

[Bug] [Flink] stop flink job error #16789

Open Xuzhengz opened 1 week ago

Xuzhengz commented 1 week ago

Search before asking

What happened

When I stopped the Flink task on the page, the worker node log reported an error and failed to send the kill signal

What you expected to happen

image

How to reproduce

Run a task for a Flink component node and then stop through the page.

Anything else

No response

Version

3.2.x

Are you willing to submit PR?

Code of Conduct

Xuzhengz commented 1 week ago

help

izualzhy commented 4 days ago

For a Flink run task, it's not common to have so many subprocesses. You can analyze what each of these processes is doing.

As for Dolphin, this error is likely due to the process having already exited automatically. Perhaps we can ignore errors like 'No such process'?