You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Alex Guziel (JIRA)" <ji...@apache.org> on 2017/02/04 00:02:51 UTC

[jira] [Created] (AIRFLOW-838) Race condition in LocalTaskJob

Alex Guziel created AIRFLOW-838:
-----------------------------------

             Summary: Race condition in LocalTaskJob
                 Key: AIRFLOW-838
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-838
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: Alex Guziel
            Priority: Minor


Right now, a LocalTaskJob will terminate if the state is not "running" but only if it has observed that the state was "running" before. This could lead to a situation in which it never terminates although the state is not "running" if it was from "running" to another state before it could be observed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)