patricker edited a comment 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. (I'm working with @supritiy on this) -- 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]
