-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scheduler fails if task is removed at runtime #13464
Labels
affected_version:2.0
Issues Reported for 2.0
area:Scheduler
including HA (high availability) scheduler
kind:bug
This is a clearly a bug
priority:medium
Bug that should be fixed before next release but would not block a release
Milestone
Comments
eladkal
added
area:Scheduler
including HA (high availability) scheduler
affected_version:2.0
Issues Reported for 2.0
labels
Jan 7, 2021
kaxil
added
the
priority:medium
Bug that should be fixed before next release but would not block a release
label
Jan 19, 2021
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Feb 4, 2021
kaxil
added a commit
that referenced
this issue
Feb 4, 2021
kaxil
added a commit
that referenced
this issue
Feb 4, 2021
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Apr 12, 2021
closes apache#13464 (cherry picked from commit eb78a8b) (cherry picked from commit 51cd910)
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Sep 16, 2021
closes apache/airflow#13464 (cherry picked from commit eb78a8b86c6e372bbf4bfacb7628b154c16aa16b) GitOrigin-RevId: 51cd910a5e9d1990b28aa820aaf7f44bc664604f
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Sep 17, 2021
closes apache/airflow#13464 GitOrigin-RevId: eb78a8b86c6e372bbf4bfacb7628b154c16aa16b
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Sep 23, 2021
closes apache/airflow#13464 GitOrigin-RevId: eb78a8b86c6e372bbf4bfacb7628b154c16aa16b
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Nov 27, 2021
closes apache/airflow#13464 GitOrigin-RevId: eb78a8b86c6e372bbf4bfacb7628b154c16aa16b
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Mar 10, 2022
closes apache/airflow#13464 GitOrigin-RevId: eb78a8b86c6e372bbf4bfacb7628b154c16aa16b
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Jun 4, 2022
closes apache/airflow#13464 GitOrigin-RevId: eb78a8b86c6e372bbf4bfacb7628b154c16aa16b
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Jun 7, 2022
closes apache/airflow#13464 (cherry picked from commit eb78a8b86c6e372bbf4bfacb7628b154c16aa16b) GitOrigin-RevId: 51cd910a5e9d1990b28aa820aaf7f44bc664604f
kosteev
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Jul 9, 2022
closes apache/airflow#13464 GitOrigin-RevId: eb78a8b86c6e372bbf4bfacb7628b154c16aa16b
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Aug 27, 2022
closes apache/airflow#13464 GitOrigin-RevId: eb78a8b86c6e372bbf4bfacb7628b154c16aa16b
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Oct 4, 2022
closes apache/airflow#13464 GitOrigin-RevId: eb78a8b86c6e372bbf4bfacb7628b154c16aa16b
aglipska
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Oct 7, 2022
closes apache/airflow#13464 GitOrigin-RevId: eb78a8b86c6e372bbf4bfacb7628b154c16aa16b
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Dec 7, 2022
closes apache/airflow#13464 GitOrigin-RevId: eb78a8b86c6e372bbf4bfacb7628b154c16aa16b
leahecole
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Jan 27, 2023
closes apache/airflow#13464 GitOrigin-RevId: eb78a8b86c6e372bbf4bfacb7628b154c16aa16b
kosteev
pushed a commit
to kosteev/composer-airflow-test-copybara
that referenced
this issue
Sep 12, 2024
closes apache/airflow#13464 GitOrigin-RevId: eb78a8b86c6e372bbf4bfacb7628b154c16aa16b
kosteev
pushed a commit
to kosteev/composer-airflow-test-copybara
that referenced
this issue
Sep 12, 2024
closes apache/airflow#13464 GitOrigin-RevId: eb78a8b86c6e372bbf4bfacb7628b154c16aa16b
kosteev
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this issue
Sep 17, 2024
closes apache/airflow#13464 GitOrigin-RevId: eb78a8b86c6e372bbf4bfacb7628b154c16aa16b
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affected_version:2.0
Issues Reported for 2.0
area:Scheduler
including HA (high availability) scheduler
kind:bug
This is a clearly a bug
priority:medium
Bug that should be fixed before next release but would not block a release
Apache Airflow version: 2.0.0, LocalExecutor
Environment: Docker on Win10 with WSL, official Python3.8 image
What happened:
When a DAG is running, and I delete task from the running DAG, the scheduler fails. When using Docker, upon automatic restart of the scheduler, the scheduler just fails again, perpetually.
Note: I don't know if the task itself was running at the time, but I would guess it was.
What you expected to happen:
The scheduler should understand that the task is not part of the DAG anymore and not fail.
How to reproduce it:
The text was updated successfully, but these errors were encountered: