Task Pod logs are not getting populated in Airflow UI #24161
Unanswered
Siddharthk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apache Airflow version: airflow:1.10.10.1-alpha2-python3.6
Kubernetes version (if you are using kubernetes) (use kubectl version): 1.16.8
Environment:
Cloud provider or hardware configuration: AWS EKS
OS (e.g. from /etc/os-release): Redhat
Install tools: Official Helm Chart
What happened:
Some Tasks are fetching logs from pod. Getting failures when reading logs from S3 bucket.
What you expected to happen:
Tasks should not fetch logs from pod. There should be no error in reading logs from S3 bucket. It should always try to read from S3 and not from pod.
Some task are working fine:
Anything else we need to know:
Please note that this is happening intermittently. When running parallel tasks, I am able to read logs from S3 for some tasks while other give above error. Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions