Replies: 1 comment 2 replies
-
Experiencing the same error.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I recently attempted to upgrade the Airflow version from 2.8.2 to 2.10.4. In my local machine, using Docker, I was able to upgrade to 2.9.2 from 2.8.2 successfully, then 2.10.4 from 2.9.2 thereafter. All containers were brought up just fine and I performed validations of DAG executions to ensure that everything was working as expected. I also had some of my colleagues test the new version (2.10.4) in local and they were able to complete their validations with some minor changes.
However, when I pushed the change upstream to our development and QA environment (self-managed via AWS EKS) the schedulers started crashing (going through the cycle of CrashLoopBackOff and restarting continuously) despite the build and deployment (CD via Bamboo with Helm) being successful and the UI reflecting the changes for 2.10.4. The error logs retrieved from the schedulers:
We've updated the dependencies and checked for any incompatibility but were not able to locate any. I looked at the DAGs with datasets and timetables to see if that would be causing the issue, but everything seems to be referencing them in the correct context.
We eventually just restored the DB to the previous version (2.8.2) and re-ran the deployment to point to 2.9.3, which brought the environments back up.
I am seeking assistance and guidance on why the upgrade to 2.10.4 results in a failure when the same Dockerfile and requirements.txt work just fine in a local setting. I can provide further information on the setup if needed. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions