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/02/22 06:14:22 UTC

[GitHub] [airflow] yogyang commented on issue #13853: Clearing of historic Task or DagRuns leads to failed DagRun

yogyang commented on issue #13853:
URL: https://github.com/apache/airflow/issues/13853#issuecomment-783115905


   Hi, @kaxil would you help identify this, this bug is kind of preventing me from upgrading the Airflow to 2.0 as we do need the ability to rerun the previous dag-runs in case of some error data.
   
   I compared the codes to 1.10.14(which has no this problem):
   
   in 2.0.0 we have skipped the task_instance runs when the dag is found as dag_timout
   https://github.com/apache/airflow/blob/c743b95a02ba1ec04013635a56ad042ce98823d2/airflow/jobs/scheduler_job.py#L1290-L1299
   
   while in 1.10.14, 
   when the dag is found as dag_timeout, we still run the task_instances.
   https://github.com/apache/airflow/blob/c743b95a02ba1ec04013635a56ad042ce98823d2/airflow/jobs/scheduler_job.py#L1290-L1299
   
   seems it has the different cause compared with https://github.com/apache/airflow/issues/13407


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

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