vba commented on issue #45516: URL: https://github.com/apache/airflow/issues/45516#issuecomment-2587322575
Hi @jason810496 > Could this issue be related to [#45529](https://github.com/apache/airflow/issues/45529)? The error log traceback also references `executor_loader`. If the TaskInstance is still in `RUNNING` stage, the file task handler will read from `_executor_get_task_log` instead of reading from `_read_from_logs_server`. Sorry, I was not clear in my previous message, the problem only occurs when a job and its tasks of interest are to be run, which assumes that its state is `RUNNING`, once the job is finished all logs for the last active task instance regain their visibility. I think this issue was introduced with the version `2.6` or `2.7`. -- 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]
