You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/21 11:15:55 UTC

[GitHub] [airflow] changxiaoju commented on issue #18239: Airflow Celery Worker logs inaccessible

changxiaoju commented on issue #18239:
URL: https://github.com/apache/airflow/issues/18239#issuecomment-1046765625


   > In airflow.cfg set this
   > 
   > ```
   > hostname_callable = airflow.utils.get_host_ip_address
   > ```
   > 
   > If still doesn't work, ensure worker containers are exposing port 8793 in kubernetes template.
   > 
   > Log existence check failed because webserver probably tries to find logs locally, but they're probably stored on worker. It does fallback to logic of retrieval of those logs from worker containers using REST.
   
   Hi dimon222, i set `hostname_callable = airflow.utils.get_host_ip_address` and it did work for several times and then shut down again, what can i do next, and by the way how to "ensure worker containers are exposing port 8793 in kubernetes template". Really appreciate your help.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org