You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Dan Davydov (JIRA)" <ji...@apache.org> on 2017/02/24 19:28:44 UTC

[jira] [Created] (AIRFLOW-904) UPSTREAM_FAILED tasks should run when their upstream task changes state

Dan Davydov created AIRFLOW-904:
-----------------------------------

             Summary: UPSTREAM_FAILED tasks should run when their upstream task changes state
                 Key: AIRFLOW-904
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-904
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: Dan Davydov


Right now if you have a task that depends on UPSTREAM_FAILED and the UPSTREAM_FAILED task is deleted the upstream tasks will not get kicked off.

Two ideas to solve this:
1. Get rid of the UPSTREAM_FAILED state (it can be inferred from upstream tasks)
2. Make active dagruns see if UPSTREAM_FAILED every run (in case their upstream tasks changed state).

We should be particularly careful of all of the logic in various places in the codebase that uses the UPSTREAM_FAILED state since the new behavior could affect it.

[~bolke] [~artwr]



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)