[ https://issues.apache.org/jira/browse/AIRFLOW-3909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17094428#comment-17094428 ]
Martin Gustafsson commented on AIRFLOW-3909: -------------------------------------------- I also face this problem in 1.10.2. Can someone confirm if this is solved, and if so, in which version? > 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)