ashb commented on a change in pull request #5389: [AIRFLOW-4750] Log identified 
zombie task instances
URL: https://github.com/apache/airflow/pull/5389#discussion_r293104748
 
 

 ##########
 File path: airflow/utils/dag_processing.py
 ##########
 @@ -1268,7 +1268,10 @@ def _find_zombies(self, session):
             )
             self._last_zombie_query_time = timezone.utcnow()
             for ti in tis:
-                zombies.append(SimpleTaskInstance(ti))
+                sti = SimpleTaskInstance(ti)
+                self.log.info("=> Failing job with dag_id %s, task_id %s, and 
execution date %s",
 
 Review comment:
   ```suggestion
                   self.log.info("=> Zombie job with dag_id %s, task_id %s, and 
execution date %s detected",
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to