You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Yuva (JIRA)" <ji...@apache.org> on 2019/01/10 11:37:00 UTC

[jira] [Created] (AIRFLOW-3665) tmp files created as part of user impersonation are not cleared

Yuva created AIRFLOW-3665:
-----------------------------

             Summary: tmp files created as part of user impersonation are not cleared
                 Key: AIRFLOW-3665
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3665
             Project: Apache Airflow
          Issue Type: Bug
          Components: scheduler
    Affects Versions: 1.10.1
            Reporter: Yuva


run_as_user config creates tmp files under /tmp directory. These files are not getting cleared. What is the strategy to have these files auto cleared. Also would like to understand the significance of these files. 

-rw-------+ 1 airflow airflow 17 Jan 10 03:23 tmpnhre0_s8.__wz_cache
-rw-------+ 1 airflow airflow 17 Jan 10 03:23 tmpurtck3jv.__wz_cache
-rw-------+ 1 airflow airflow 17 Jan 10 03:24 tmp49j46875.__wz_cache
-rw-------+ 1 airflow airflow 17 Jan 10 03:24 tmpuogqh_xv.__wz_cache
-rw-------+ 1 airflow airflow 17 Jan 10 03:25 tmp04fyvixu.__wz_cache
-rw-------+ 1 airflow airflow 17 Jan 10 03:25 tmpf2tr5e9h.__wz_cache
-rw-------+ 1 airflow airflow 17 Jan 10 03:26 tmpv2bkal9f.__wz_cache
-rw-------+ 1 airflow airflow 17 Jan 10 03:26 tmph4i7tn9v.__wz_cache
-rw-------+ 1 airflow airflow 17 Jan 10 03:27 tmpjgd1csw4.__wz_cache
[root@ped-airflow-poc tmp]# ls -ltr | wc -l
16989
[root@ped-airflow-poc tmp]#



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)