You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Bolke de Bruin (JIRA)" <ji...@apache.org> on 2017/03/14 19:09:41 UTC

[jira] [Resolved] (AIRFLOW-974) airflow.util.file mkdir has a race condition

     [ https://issues.apache.org/jira/browse/AIRFLOW-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bolke de Bruin resolved AIRFLOW-974.
------------------------------------
       Resolution: Fixed
         Assignee: Bolke de Bruin
    Fix Version/s: 1.8.1

> airflow.util.file mkdir has a race condition
> --------------------------------------------
>
>                 Key: AIRFLOW-974
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-974
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Bolke de Bruin
>            Assignee: Bolke de Bruin
>             Fix For: 1.8.1
>
>
> mkdir has a race condition:
> It checks for the existence of a directory and afterwards it tries to create it. If a process steps in between and creates that directory between the check and the creation of the directory, the function errors.
> [~aoen]



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