You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/22 17:42:42 UTC

[GitHub] [airflow] nsepetys edited a comment on issue #18398: When clearing a successful Subdag, child tasks are not ran

nsepetys edited a comment on issue #18398:
URL: https://github.com/apache/airflow/issues/18398#issuecomment-925141408


   Testing on 2.0.2 and comparing versus the behavior in 1.10.14 I am noticing a difference. For starters the `task_instance` table is not clearing out the subDags' tasks' statuses in 2.0.2 but in 1.10.14 it is. See below:
   **1.10.14**
   ![image](https://user-images.githubusercontent.com/4511738/134385788-269a29db-852c-47c7-8f12-60c050006930.png)
   
   **2.0.2**
   ![image](https://user-images.githubusercontent.com/4511738/134385849-ebbf18ac-e4cd-41a2-88de-dc53fef0a402.png)
   
   I also tried manually deleting the subDAGs' tasks from the `task_instance` table manually to see if they would get hit but to no avail. The SubDAGs' tasks didn't even get inserted back into the `task_instance` table. Any suggestions on how I can debug this further?


-- 
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@airflow.apache.org

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