ralphgj commented on issue #13815: URL: https://github.com/apache/dolphinscheduler/issues/13815#issuecomment-1488186943
After debugging, I discovered that the dependent task was being added twice to the taskInstanceTimeoutCheckList. <img width="1172" alt="image" src="https://user-images.githubusercontent.com/7887053/228477926-99b3153c-2db9-48cd-a2d0-276ea2cc883e.png"> Upon further investigation, I found that in the checkTask4Timeout method, the dependent task was not opening the timeout flag and would never be reached, even if it had already been added to the taskInstanceTimeoutCheckList. <img width="1245" alt="image" src="https://user-images.githubusercontent.com/7887053/228479857-7840f88c-ba2e-4e7e-b4ab-171f2eef5209.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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
