You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Michael Spector (JIRA)" <ji...@apache.org> on 2016/08/09 06:21:20 UTC

[jira] [Commented] (AIRFLOW-403) Bash operator's kill method leaves underlying processes running

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

Michael Spector commented on AIRFLOW-403:
-----------------------------------------

PR: https://github.com/apache/incubator-airflow/pull/1714

> Bash operator's kill method leaves underlying processes running
> ---------------------------------------------------------------
>
>                 Key: AIRFLOW-403
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-403
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Michael Spector
>            Assignee: Michael Spector
>
> If Bash operator is killed on timeout, underlying process invoked from the bash script continues running. 
> We should create process groups for bash processes, and send signal to the entire group instead of killing just the parent.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)