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 2019/12/23 03:40:30 UTC

[GitHub] [airflow] ITriangle edited a comment on issue #6722: [AIRFLOW-4922]Fix task get log by Web UI

ITriangle edited a comment on issue #6722: [AIRFLOW-4922]Fix task get log by Web UI
URL: https://github.com/apache/airflow/pull/6722#issuecomment-568327959
 
 
   > Right, I just read the jira issue properly.
   > 
   > This is the wrong fix. Instead we should commit the hostname column early.
   
   This is the current method!If it is better to increase the hostname information . No need to query from the log table.
   
   The current way is to get from the task_instance table, but task_instance only saves the latest record, which cannot meet the task of multiple attempts.
   
   The implementation of airflow uses the task_instance table, but the task_instance table only stores the latest information.
   Looking forward to new implementation

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services