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/09/07 10:26:32 UTC

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

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


   Hello, 
   
   I am facing the same issue:
   airflow 2.1.3 (tested also with 2.1.2)
   backend: postgresql
   executor: LocalExecutor
   
   I have modified the variables killed_task_cleanup_time and schedule_after_task_execution to resp. 100000 and False.
   I have also installed airflow as non root user and set the default run_as_user to be airflow. 
   
   My tasks are getting constantly killed in backfill mode with the traceback:
   
   `[2021-09-07 10:21:20,185] {process_utils.py:100} INFO - Sending Signals.SIGTERM to GPID 73011`
   
   Honestly, I am a bit discouraged at this point, could you help me please ? tks


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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