xuemengran commented on pull request #6722:
URL: https://github.com/apache/airflow/pull/6722#issuecomment-893956847


   In the 2.1.1 version, I tried to modify the 
airflow/utils/log/file_task_handler.py file to obtain the hostname information 
by reading the log table. 
   I confirmed through debug that I could get the host information in this way, 
but a bigger problem appeared. 
   The task is marked as successful without scheduling, and the log is still 
not viewable, so I confirm that to solve this problem, the host information 
must be written to the task_instance table before the task is executed. 
   I think this bug is very Important, because it directly affects the use of 
airflow in distributed scenarios, please solve it as soon as possible!!!


-- 
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-unsubscr...@airflow.apache.org

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


Reply via email to