You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Sourabh Bajaj (Jira)" <ji...@apache.org> on 2020/02/25 02:27:00 UTC

[jira] [Created] (AIRFLOW-6911) Airflow worker with Kube Executor doesn't open worker_log_server_port

Sourabh Bajaj created AIRFLOW-6911:
--------------------------------------

             Summary: Airflow worker with Kube Executor doesn't open worker_log_server_port
                 Key: AIRFLOW-6911
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6911
             Project: Apache Airflow
          Issue Type: Bug
          Components: logging
    Affects Versions: 1.10.9
            Reporter: Sourabh Bajaj


This is using the Kube Executor. 

 

Worker configuration in [https://github.com/apache/airflow/blob/14315fcd9c917e3e0e3a2b4773b34edc1cc8022d/airflow/kubernetes/worker_configuration.py#L395]

doesn't seem to open 8739 for fetching the logs from the UI when the worker is running. I have remote logging enabled so I can see the logs once the task finishes but before that it fails to fetch the local file in the worker since the port is not open. 

 



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