Why worker take more time to handle task when it's busy? #6675
Unanswered
caishunfeng
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I found that two point about the log:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I use arthas to trace org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread run, and found that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run 1 master and 1 worker in two machine, run 200 schedule processs for per min.
I found that worker's cpu is high and the echo shell task may take more than 1s to finish, like that:
And I grep the log of the task for id: 1672584 :
Beta Was this translation helpful? Give feedback.
All reactions