pparthesh opened a new issue #15796:
URL: https://github.com/apache/airflow/issues/15796


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the 
following questions.
   Don't worry if they're not all applicable; just try to include what you can 
:-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   <!--
   
   IMPORTANT!!!
   
   PLEASE CHECK "SIMILAR TO X EXISTING ISSUES" OPTION IF VISIBLE
   NEXT TO "SUBMIT NEW ISSUE" BUTTON!!!
   
   PLEASE CHECK IF THIS ISSUE HAS BEEN REPORTED PREVIOUSLY USING SEARCH!!!
   
   Please complete the next sections or the issue will be closed.
   These questions are the first thing we need to know to understand the 
context.
   
   -->
   
   **Apache Airflow version**: 2.0.1
   
   **Environment**:
   
   - **Helm Chart**: https://github.com/apache/airflow/tree/master/chart
   - **Install tools**: helm3
   
   **What happened**:
     worker ip address is missing
   ```
   *** Log file does not exist: 
/opt/airflow/logs/example-task/snapshot/2021-05-12T12:00:46.658485+00:00/1.log
   *** Fetching from: 
http://:8793/log/example-task/snapshot/2021-05-12T12:00:46.658485+00:00/1.log
   *** Failed to fetch log file from worker. Invalid URL 
'http://:8793/log/example-task/snapshot/2021-05-12T12:00:46.658485+00:00/1.log':
 No host supplied
   ```
   
   **Config**:
   ```
     core:
       load_examples: 'False'
       hostname_callable: 'airflow.utils.net:get_host_ip_address'
     webserver:
       workers: '4'
       enable_proxy_fix: 'True'
       base_url: 'http://localhost:8080'
       authenticate: 'True'
       log_fetch_timeout_sec: '60'
     cli:
       endpoint_url: 'http://localhost:8080'
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to