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 2020/10/22 08:28:50 UTC

[GitHub] [incubator-dolphinscheduler] lenboo opened a new issue #3973: [Feature][Server]depend task wait all the time when the dependent tasks have not been start

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


   now the depend task would failed when  dependent tasks have not been started. in this case, the execution time of the dependent task needs to be calculated manually.
   so I suggest that it should be changed to wait for the execution of the dependent task to finish, it does not matter whether the dependent tasks have been started or not. 
   On the other hand, we can use the timeout feature to provide it to people who need to limit the dependent task waiting time.
   
   
   目前当被依赖的任务没有启动的时候,依赖任务会直接失败,这种情况需要人为计算被依赖任务的执行时间。
   所以我建议修改为一直等待被依赖任务执行结束,被依赖任务有没有启动就不重要了。
   另一方面,我们可以提供超时时间这个功能给有需要限制等待时间的人们


----------------------------------------------------------------
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] liukunyuan commented on issue #3973: [Feature][Server]depend task wait all the time when the dependent tasks have not been start

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


   very good


----------------------------------------------------------------
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] wushubo916 commented on issue #3973: [Feature][Server]depend task wait all the time when the dependent tasks have not been start

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


   现在我也遇到这个问题了,正常来说应该是依赖任务等待被依赖的任务,而不是直接就失败了


----------------------------------------------------------------
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] dataHunterAssassi commented on issue #3973: [Feature][Server]depend task wait all the time when the dependent tasks have not been start

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


   +1,When a dependent task is waiting for a dependent task, it should wait all the time instead of failing directly。


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