Skip to content
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

[AIRFLOW-2270] Handle removed tasks in backfill #3176

Closed

Conversation

ji-han
Copy link

@ji-han ji-han commented Mar 29, 2018

JIRA

https://issues.apache.org/jira/browse/AIRFLOW-2270

Description

Fixes issue with backfill jobs of dags, where tasks in the removed state are not run but still considered to be pending, causing an indefinite loop.

Tests

Adds a regression test for this behavior under test_backfill_execute_subdag_with_removed_task

Commits

Fix issue with backfill jobs of dags, where tasks in the
removed state are not run but still considered to be pending,
causing an indefinite loop.
@asfgit asfgit closed this in a704b54 Apr 23, 2018
aliceabe pushed a commit to aliceabe/incubator-airflow that referenced this pull request Jan 3, 2019
Fix issue with backfill jobs of dags, where tasks
in the
removed state are not run but still considered to
be pending,
causing an indefinite loop.

Closes apache#3176 from ji-han/AIRFLOW-
2270_dag_backfill_removed_tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant