JinyLeeChina commented on code in PR #11424:
URL: https://github.com/apache/dolphinscheduler/pull/11424#discussion_r944074576
##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/utils/DependentExecute.java:
##########
@@ -187,12 +187,6 @@ private DependResult getDependTaskResult(long taskCode,
ProcessInstance processI
*/
private ProcessInstance findLastProcessInterval(Long definitionCode,
DateInterval dateInterval) {
- ProcessInstance runningProcess =
processService.findLastRunningProcess(definitionCode,
- dateInterval.getStartTime(), dateInterval.getEndTime());
- if (runningProcess != null) {
- return runningProcess;
- }
-
Review Comment:
I want to know why to remove this code
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]