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 2022/07/13 09:46:42 UTC

[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #10936: [Bug] [task-plugin] There is an error in the logic of judge depend item finished in the dependent node

github-actions[bot] commented on issue #10936:
URL: https://github.com/apache/dolphinscheduler/issues/10936#issuecomment-1183008354

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   1.a workflow exists manual run and schedule run
   2.the scheduled execution end time is later than the manual execution time
   3.dependent node detection failed
   
   ![微信图片_20220713093652](https://user-images.githubusercontent.com/56899730/178693956-99f09c96-2a7b-48f3-bade-b99a71c0a6c0.png)
   
   
   ![微信图片_20220713093657](https://user-images.githubusercontent.com/56899730/178694055-0551cc52-dd7a-4268-9444-ef1b61978a8c.png)
   
   
   
   
   
   ### What you expected to happen
   
   dependent node detection success
   
   
   
   ### How to reproduce
   
   I found that the dependent node adopts the end time of process instance when taking the last process instance. Shouldn't it be the start time of the process instance?
   
   [https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/utils/DependentExecute.java](url)
   
   ![企业微信截图_20220713170623](https://user-images.githubusercontent.com/56899730/178695911-38ccefd3-1e5d-480e-9e6e-8405512aa84c.png)
   
   
   ### Anything else
   
   If this is a bug, I will try to fix it.
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)


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

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org