ruanwenjun opened a new pull request #5212: URL: https://github.com/apache/incubator-dolphinscheduler/pull/5212
## Purpose of the pull request When sudo config is set true in worker `sudo.enable=true`, the command task will use sudo -u to run the task, detail code in `AbstractCommandExecutor`. When the task start, the parent task processor belongs to root, when we kill the parent process, it will throw an exception `Operation not permitted`. And it seems that we needn't kill the parent process, we should only kill the sub processes. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
