Some tasks in mapped tasks fail before starting, logs are empty #42039
Unanswered
michaelimas
asked this question in
Q&A
Replies: 1 comment
-
Could you share the DAG code and the code you are triggering? Also, try to check the related log in your S3 bucket. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi dear community,
Will appreciate your insight on this issue we are experiencing-
Once in a while, we experience failed task instances without any log, as if they never started but still marked as failed.
This is how the log of one of the tasks look like:
This happens only in mapped tasks and only for some of the tasks.
When clearing the DAG run it succeeds so it seems like a temporary issue.
It doesn't trigger the on_failure_callback so we don't even get an indication which makes it a very high severity issue.
Looking at the metrics in datadog i see that the scheduler pods have terminated around that time and 2 new pods were initialised ~5 mins beforehand, probably due to deployment.
My questions are:
Any help will be very appriciated.
We run a Kubenetes executor and Airflow v2.9.3
Beta Was this translation helpful? Give feedback.
All reactions