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 03:27:42 UTC

[GitHub] [incubator-dolphinscheduler] 13430647361 opened a new issue #3970: The judgment condition of dependence

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


   I would like to know how to judge this dependency condition. I ran the test_1 workflow three times yesterday, the first time was successful, and the second two times failed. However, I managed to run the test_1 workflow successfully on the selection day yesterday, and if I set the same condition today, I would fail
   请问一下这个依赖条件是如何判断的,test_1工作流昨天我运行了三次,第一次成功,后两次失败,但是依赖条件选择日 昨天,却能运行成功,设置今天一样的情况,就会运行失败
   I think it's the result of selecting the last run within the qualifying time frame
   我认为应该是选择符合条件的时间范围内的最后一次运行的结果吧
   ![image](https://user-images.githubusercontent.com/61308609/96820457-9c7c4700-1458-11eb-9312-4dc3d5733d5b.png)
   ![image](https://user-images.githubusercontent.com/61308609/96820513-b74ebb80-1458-11eb-8e57-df0a2557145b.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] xingchun-chen closed issue #3970: The judgment condition of dependence

Posted by GitBox <gi...@apache.org>.
xingchun-chen closed issue #3970:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3970


   


----------------------------------------------------------------
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] xingchun-chen commented on issue #3970: The judgment condition of dependence

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #3970:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3970#issuecomment-720258183


   Is your problem solved?
    
   


----------------------------------------------------------------
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] KnightChess commented on issue #3970: The judgment condition of dependence

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


   code in org.apache.dolphinscheduler.server.utils.DependentExecute findLastProcessInterval
   - 状态为 running, submit success, ready_pause, ready_stop 的流程实例
   - 非上述状态,存在周期调度类型的,并且不存在手动触发的,判断周期调度的实例
   - 非上述状态,存在用户手动触发的,并且不存在周期调度的,判断用户手动触发的实例
   - 非上述状态,如果都存在,判断手动触发和周期调度最后更新状态的时间,最新的作为判断依据
   应该是这个


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