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/08/12 02:20:39 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on a diff in pull request #11204: [Fix-11197] [Master] Dependency detection bug

caishunfeng commented on code in PR #11204:
URL: https://github.com/apache/dolphinscheduler/pull/11204#discussion_r944067080


##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/utils/DependentExecute.java:
##########
@@ -186,15 +233,12 @@ private DependResult getDependTaskResult(long taskCode, ProcessInstance processI
      * @return ProcessInstance
      */
     private ProcessInstance findLastProcessInterval(Long definitionCode, DateInterval dateInterval) {
-
-        ProcessInstance runningProcess = processService.findLastRunningProcess(definitionCode,
-                dateInterval.getStartTime(), dateInterval.getEndTime());
+        ProcessInstance runningProcess = processService.findLastRunningProcess(definitionCode, dateInterval.getStartTime(), dateInterval.getEndTime());

Review Comment:
   related pr: https://github.com/apache/dolphinscheduler/pull/11424



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