Tylar Murray created AIRFLOW-5112:
-------------------------------------
Summary: DAGRuns created by `backfill --mark_success` erroneously
cleared by `clear --only_failed`
Key: AIRFLOW-5112
URL: https://issues.apache.org/jira/browse/AIRFLOW-5112
Project: Apache Airflow
Issue Type: Bug
Components: backfill, DagRun, database
Affects Versions: 1.10.2
Environment: CentOS 7, CeleryExec
Reporter: Tylar Murray
Attachments: image-2019-08-05-14-55-10-024.png
I may be the only person affected by this weird bug, but here it is.
-------------------------------------
# How to recreate:
```
airflow backfill --mark_success my_dag
airflow clear --only_failed my_dag
```
-------------------------------------
# Symptoms:
"success" DAGRuns that were created are cleared but the tasks are not.
The DAGRuns stay "running" forever.
The 2nd DAGRun in this treeview screenshot is an example of this:
!image-2019-08-05-14-55-15-998.png!
-------------------------------------
For me it's a minor inconvenience that might be an easy fix.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)