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/05/27 04:33:55 UTC

[GitHub] [dolphinscheduler] geosmart opened a new issue #5550: [task tolerance]can not kill yarn job

geosmart opened a new issue #5550:
URL: https://github.com/apache/dolphinscheduler/issues/5550


   when worker is down, a master trigger worker tolerance,
   when handle a yarn task tolerance, it first kill the yarn job by yarn rest api and make the task state to NEED_FAULT_TOLERANCE,
   so the task can scheduler by master.
   
   but now when kill the yarn job , the master build a taskExecutionContext and check the `executePath`.
   but in my debug session, the `executePath` is always null ,and the yarn job just can't kill 
   
   the code in 
   https://github.com/apache/dolphinscheduler/blob/842c5400e605a8b8eb0d8fdc78701f10222063fd/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/utils/ProcessUtils.java#L442


-- 
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] [dolphinscheduler] github-actions[bot] commented on issue #5550: [task tolerance]can not kill yarn job

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #5550:
URL: https://github.com/apache/dolphinscheduler/issues/5550#issuecomment-849312044


   Hi:
   * Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/zh-cn/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


-- 
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] [dolphinscheduler] chengshiwen closed issue #5550: [wroker tolerance] master can't kill yarn job

Posted by GitBox <gi...@apache.org>.
chengshiwen closed issue #5550:
URL: https://github.com/apache/dolphinscheduler/issues/5550


   


-- 
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] [dolphinscheduler] geosmart commented on issue #5550: [task tolerance]can not kill yarn job

Posted by GitBox <gi...@apache.org>.
geosmart commented on issue #5550:
URL: https://github.com/apache/dolphinscheduler/issues/5550#issuecomment-849312520


   just wan't to know why we have to check the `executePath` not null?


-- 
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] [dolphinscheduler] chengshiwen commented on issue #5550: [wroker tolerance] master can't kill yarn job

Posted by GitBox <gi...@apache.org>.
chengshiwen commented on issue #5550:
URL: https://github.com/apache/dolphinscheduler/issues/5550#issuecomment-851271156


   Close by #5552


-- 
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