You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/09 11:58:02 UTC

[GitHub] [airflow] saurabhladhe commented on issue #14672: Tasks intermittently get terminated with SIGTERM on K8s executor

saurabhladhe commented on issue #14672:
URL: https://github.com/apache/airflow/issues/14672#issuecomment-793781613


   I observed that this same issue showed up on another system at my company which was running astronomer on EKS. While redeploying, we got " ERROR - Received SIGTERM. Terminating subprocesses." in the task that was in the running state before the deployment started.
   Based on this, we thought the issue might also be related to liveness probe failure which causes the scheduler to restart frequently 
   (similar to https://github.com/apache/airflow/issues/14261) 
   however, when we disabled the liveness probe, we were still seeing the sigterm issue popping up in large dags
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org