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 17:16:26 UTC

[GitHub] [airflow] potiuk edited a comment on issue #18066: Chart version 1.1.0 does not gracefully shutdown workers

potiuk edited a comment on issue #18066:
URL: https://github.com/apache/airflow/issues/18066#issuecomment-914475793


   So yeah as I suspected, It looks like the worker gets TWO TERM signals quickly one after the other in this case:
   
   ```
   [2021-09-07 16:28:32,919: ERROR/MainProcess] Process 'ForkPoolWorker-2' pid:20 exited with 'signal 15 (SIGTERM)'
   [2021-09-07 16:28:32,930: ERROR/MainProcess] Process 'ForkPoolWorker-1' pid:19 exited with 'signal 15 (SIGTERM)'
   ```
   
   I wonder WHY ????? Anyone has an idea ?
   
   Update: or not. It seems that for some reason the fork workers got the term signal. Seems like for some reason the whole "process group" got  a signal  and all the forked worker processes got also the signal ?


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