pierrejeambrun commented on PR #54377:
URL: https://github.com/apache/airflow/pull/54377#issuecomment-3242379118

   > It could be possible, but the behavior will be quite heavy for API server. 
Since even we specify the "end to start" at the RestAPI level, the 
FileTaskHandler will still need to read from the beginning of the log stream 
then do the interleave and sorting stuff, and finally drop the output stream 
until "end to start" position before returning as API response.
   
   Oh I didn't know that. I was naively thinking the log reading similarly to a 
file handler / file descriptor and that we we would be able to seek/tail the 
fail appropriately.


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