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 05:42:20 UTC

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

Michael Spector created AIRFLOW-403:
---------------------------------------

             Summary: 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)