vchiapaikeo commented on PR #23720: URL: https://github.com/apache/airflow/pull/23720#issuecomment-1204487587
Hi team! New to the scene here, but we are also facing this bug as well in our implementation (2.3.3, KubernetesExecutor). Wondering if this PR could get a second pair of eyes. Similar to what is mentioned in the discussion, we'll have backfills that run (some to completion) but then get stuck because they are later marked `scheduled`. All tasks getting marked as scheduled after already completing their backfill: <img width="143" alt="image" src="https://user-images.githubusercontent.com/9200263/182712320-738d768f-9f15-49df-8c10-9656563d5b93.png"> A dag run that completes one task but has its subsequent task marked as scheduled: <img width="174" alt="image" src="https://user-images.githubusercontent.com/9200263/182712371-36d6a29d-dbee-4710-9261-3e7784c04f5d.png"> -- 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]
