You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (Jira)" <ji...@apache.org> on 2019/12/10 21:22:00 UTC

[jira] [Updated] (AIRFLOW-3909) cant read log file for previous tries with multiply celery workers

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

Ash Berlin-Taylor updated AIRFLOW-3909:
---------------------------------------
    Summary: cant read log file for previous tries with multiply celery workers  (was: cant read log file for jobs with multiply celery workers)

> cant read log file for previous tries with multiply celery workers
> ------------------------------------------------------------------
>
>                 Key: AIRFLOW-3909
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3909
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: logging
>    Affects Versions: 1.10.2
>            Reporter: Vitaliy Okulov
>            Priority: Major
>
> With 1.10.2 version i have a error when try to read log via web interface for job that have multiply tries, and some of this tries executed on different celery worker than the first one.
> As example:
>  
> {code:java}
> *** Log file does not exist: /usr/local/airflow/logs/php_firebot_log_2/php_firebot_log_task/2019-02-13T20:55:00+00:00/2.log
> *** Fetching from: http://airdafworker2:8793/log/php_firebot_log_2/php_firebot_log_task/2019-02-13T20:55:00+00:00/2.log
> *** Failed to fetch log file from worker. 404 Client Error: NOT FOUND for url: http://airdafworker2:8793/log/php_firebot_log_2/php_firebot_log_task/2019-02-13T20:55:00+00:00/2.log
> {code}
> But this task was executed on airdafworker1 worker, and log file exist on this host.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)