Bolke de Bruin created AIRFLOW-974:
--------------------------------------
Summary: 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
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)