state-changed-externally error. reproducable #52813
Replies: 1 comment
-
Tnis means that SOMETHING killed your task forcefully - the erorrs you show are not the "cause" of the problem but "effect" of the task being killed. Now - why it is killed is something that only you can find out by inspecting your deployment logs (whatever deployment you use). It might be lack of memory, hardware failure, or a library that uses illegal instructions in processor causing SIGKILL (though that more likely would generate SIGSEGV). Generally somewhere, something is sending I converted it into a discussion and likely it should be continued after you gather a bit more evidences from your deployment. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Apache Airflow version
3.0.2
If "Other Airflow 2 version" selected, which one?
No response
What happened?
when deploying a standalone airflow app, running dags will get random failure due to state-changed-externally.
On UI:
On backend log
What you think should happen instead?
No response
How to reproduce
then,
Operating System
PRETTY_NAME="Ubuntu 24.04.2 LTS" NAME="Ubuntu" VERSION_ID="24.04" VERSION="24.04.2 LTS (Noble Numbat)" VERSION_CODENAME=noble ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=noble LOGO=ubuntu-logo
Versions of Apache Airflow Providers
No response
Deployment
Other Docker-based deployment
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions