You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/02/22 03:09:20 UTC

[GitHub] [incubator-dolphinscheduler] Yanwenjingcn opened a new issue #4834: process instance can not be stopped

Yanwenjingcn opened a new issue #4834:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4834


   when a parocess instance is running ,
   
   I click the stop button,
   
   It will wait for the end of my running task
   
   https://github.com/apache/incubator-dolphinscheduler/issues/4824#issue-812566857
   
   
   then the current running task will be kill or it will wait for the end of the task being executed?
   
   version:1.3.4
   
   请问process运行中的停止和暂停有什么区别?
   一个正在运行的process,按了停止,是会直接kill掉在运行的task还是说会等待运行中的task执行完毕
   
   我自己的测试是会等待执行中的task执行完毕?是这样么?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] zhuangchong commented on issue #4834: process instance can not be stopped

Posted by GitBox <gi...@apache.org>.
zhuangchong commented on issue #4834:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4834#issuecomment-783324188


   @Yanwenjingcn 
   Comment the following four lines in the logback-worker.xml file, run the task again, and then check to see if the worker.log prints any exceptions
   
   ![image](https://user-images.githubusercontent.com/37063904/108705597-7ff83480-7548-11eb-9a77-8bbf1af1a86c.png)
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] dddyszy commented on issue #4834: process instance can not be stopped

Posted by GitBox <gi...@apache.org>.
dddyszy commented on issue #4834:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4834#issuecomment-783207540


   i meet the same situation,and i found that i need to install 'pstree'
   ![image](https://user-images.githubusercontent.com/20266837/108684730-3995dc00-752e-11eb-860e-a77977b90815.png)
   check is these any error in dolphinscheduler-worker.log


----------------------------------------------------------------
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:
users@infra.apache.org