[
https://issues.apache.org/jira/browse/AIRFLOW-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15785482#comment-15785482
]
ASF subversion and git services commented on AIRFLOW-721:
---------------------------------------------------------
Commit f048e94c8019564e3ce2d24c97e3a7b41c5e54ba in incubator-airflow's branch
refs/heads/master from [~bolke]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=f048e94 ]
[AIRFLOW-721] Descendant process can disappear before termination
There is a race condition in helpers.py's
kill_descendant_processes
that checks for running processes and then tries
to terminate them.
This is not done atomically allowing for a small
window where a PID
can disappear before termination.
Closes #1963 from bolkedebruin/AIRFLOW-721
> Descendant process can have disappeared before termination
> ----------------------------------------------------------
>
> Key: AIRFLOW-721
> URL: https://issues.apache.org/jira/browse/AIRFLOW-721
> Project: Apache Airflow
> Issue Type: Bug
> Components: executor
> Reporter: Bolke de Bruin
>
> The is a race condition in helpers.py's kill_descendant_processes that checks
> for running processes and then tries to terminate them. This is not done
> atomically allowing for a small window where a PID can disappear before
> termination.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)