jason810496 commented on issue #58676:
URL: https://github.com/apache/airflow/issues/58676#issuecomment-3846041722

   It seems like the frontend problem?
   
   I found out that the Logs are stuck in Frontend sometime (are stuck at 
specific line number but the Frontend is still calling `get_log` API 
periodically) and the Frontend still showing the same amount of line numbers 
even I refresh the page.
   
   However, when I call the `get_log` API directly with `curl` and pipe to `wc` 
several times, the total line numbers increase.
   
   ```bash
   # first try
   curl .../logs/1?map_index=-1 | wc
   
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                    Dload  Upload   Total   Spent    Left  Speed
   100 41332    0 41332    0     0   249k      0 --:--:-- --:--:-- --:--:--  
250k
        219     898   41332
   
   # second try after several seconds
   curl .../logs/1?map_index=-1 | wc
   
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                    Dload  Upload   Total   Spent    Left  Speed
   100 41887    0 41887    0     0   542k      0 --:--:-- --:--:-- --:--:--  
545k
        222     910   41887
   ```
   


-- 
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: [email protected]

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

Reply via email to