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/11/18 07:14:06 UTC

[GitHub] [airflow] uranusjr commented on issue #19671: Scheduler raise exception while running adopt_or_reset_orphaned_tasks method

uranusjr commented on issue #19671:
URL: https://github.com/apache/airflow/issues/19671#issuecomment-972597390


   A none-checking will fix the exception, but not the issue. When `ti.queued_dttm` is set when the `ti` (task instance) is being queued for execution, and should not be None here because the fact this `ti` appears in the executor in the first place means it should have been queud for execution. So the problem is deeper than the sympton and needs a more involved fix than simply none-checking.


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