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 2017/03/01 05:44:45 UTC

[jira] [Resolved] (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:all-tabpanel ]

Michael Spector resolved AIRFLOW-403.
-------------------------------------
    Resolution: Fixed

> 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
>          Components: core
>            Reporter: Michael Spector
>            Assignee: Michael Spector
>              Labels: easyfix
>             Fix For: Airflow 1.8
>
>
> 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.15#6346)