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 2022/03/22 19:18:01 UTC

[GitHub] [airflow] patricker commented on issue #22350: Zombie tasks do not terminate

patricker commented on issue #22350:
URL: https://github.com/apache/airflow/issues/22350#issuecomment-1075536177


   @potiuk It seems like the root issue is that for some reason the task state doesn't update in the DB, so the task just stays as a Zombie forever. On each iteration of the `_find_zombies` in scheduler_job.py we see the log messages saying it found the zombie task, and then then `Executed failure callback` log message for the task, but the DB never shows that it actually was marked for failure/retry.


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