jason810496 commented on issue #52916: URL: https://github.com/apache/airflow/issues/52916#issuecomment-3128817114
> > Sounds like its time to have the UI use the changes to read buffered logs from [#49470](https://github.com/apache/airflow/pull/49470) > > This should fix the problem with parsing big logs in the UI. I had considered corresponding UI optimization for #49470 -> [AIP-38 Refactor TaskInstance Log UI with Streaming and Virtualized Rendering #50333](https://github.com/apache/airflow/issues/50333) The #50333 PR has already been merged, and `tanstack/react-virtual` was used to optimize the rendering. Maybe there might be more way to optimize the rendering again. Or we might be refactor on e2e behavior, e.g. using pagination instead of streaming whole logs. -- 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]
