[ 
https://issues.apache.org/jira/browse/AIRFLOW-949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16636570#comment-16636570
 ] 

Erik Cederstrand commented on AIRFLOW-949:
------------------------------------------

Closing as this seems fixed by AIRFLOW-1109

> kill_process_tree does not kill the root process
> ------------------------------------------------
>
>                 Key: AIRFLOW-949
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-949
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: utils
>    Affects Versions: 1.8.0rc4
>            Reporter: Erik Cederstrand
>            Priority: Major
>              Labels: patch
>         Attachments: helpers.patch
>
>
> The kill_process_tree() function in airflow/utils/helper.py does not attempt 
> to kill the root process. Since there's also a kill_descendant_processes() 
> function, I assume that was the intent.
> Also, according to the comments, the intent is to send first SIGTERM, and 
> then SIGKILL, to decendant processes. But in fact, SIGTERM is sent twice.
> The attached patch fixes both problems.
> This was found while investigating why the airflow worker would not kill 
> certain jobs that had crashed. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to