guan404ming commented on PR #54462:
URL: https://github.com/apache/airflow/pull/54462#issuecomment-3187177312

   After investigation, the issue would occur in `sourceFilter` and 
`levelFilter` as well. So I update the fix into `useLogs`, which would be used 
every components related logs.
   
   > is there a reason why we are getting empty logs? (i am not that familiar 
with the UI side of things, sorry if this is a obvious question)
   
   We use `renderStructuredLog` to render log in UI and we pass the filter like 
`sourceFilter` and `levelFilter` to filter log by making it a empty string. But 
in current implementation, we didn't filter out the empty log causing the 
virtual list measurement element re-render in multiple times, which leads to 
the error 185.


-- 
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