Upstream failed whereas Upstream is alright
See original GitHub issueApache Airflow version: 1.10.3 on Google Cloud Composer (so 1.10.3-composer)
Kubernetes version (if you are using kubernetes) (use kubectl version
): (Managed by Google Cloud Composer)
Environment:
- Cloud provider or hardware configuration: Google Cloud Composer
- OS (e.g. from /etc/os-release): (Managed by Google Cloud Composer)
- Kernel (e.g.
uname -a
): (Managed by Google Cloud Composer) - Install tools: N/A
- Others: Managed by Google Cloud Composer
What happened:
Sometimes, some steps do not run because of “Failed Upstream” (orange color) whereas upstream is alright (green color).
Examples:
or
Additional informations:
- All steps except
wait_for_dump
,recort_start
,join
andrecord_end
are Kubernetes Pod Operator. - Re running by hand “orange” steps always solve the issue.
What you expected to happen:
If all upstream tasks of a given task are green, the given task should run, and not be in state “Failed Uptream”.
How to reproduce it: Run some DAGs (no need to be a specific DAG) on Airflow (via Google Cloud Composer), and the issue will happen randomly.
Anything else we need to know: I cannot reproduce this bug on my local version on Airflow, on MacOS (after about 10 trials) using the Kubernetes single-node cluster available in Docker for mac.
I’m not 100% sure this issue come from Airflow itself, but may also come from Google Cloud Composer.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:9 (3 by maintainers)
We’re experiencing this as well on Airflow 2.1.4
Facing it as well on Airflow 2.1.4