Api-server on 3.02 keeps restarting #52260
Unanswered
tanmaykansara
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Guys
I am on EKS airflow using kubernetesExecutor
I am noticing a strange behaviour when executing tasks on Airflow. This did not happen in 2.9.4
After random number of tasks in a dag, The api-server gets shutdown and the deployment re-creates the api server. Because of this re-start the remaining tasks in the dag always fail.
d=14 state=running ti_id=0197a7f8-6960-7172-98a9-f7ca051f61c6 2025-06-25 16:44:29 [debug ] Heartbeat updated state=running ti_id=0197a7f8-6960-7172-98a9-f7ca051f61c6 INFO: 172.31.50.208:60464 - "PUT /execution/task-instances/0197a7f8-6960-7172-98a9-f7ca051f61c6/heartbeat HTTP/1.1" 204 No Content INFO: 172.31.50.172:37964 - "GET /api/v2/version HTTP/1.1" 200 OK INFO: 172.31.50.172:37968 - "GET /api/v2/version HTTP/1.1" 200 OK INFO: Shutting down INFO: Shutting down INFO: Shutting down INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [18] INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [19] INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [17] INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [20] INFO: Received SIGTERM, exiting. INFO: Waiting for child process [20] INFO: Waiting for child process [17] INFO: Waiting for child process [18] INFO: Waiting for child process [19] INFO: Stopping parent process [7]
Any one has run into this before?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions