tanelk opened a new issue, #27955: URL: https://github.com/apache/airflow/issues/27955
### Apache Airflow version 2.4.3 ### What happened In the grid view I do not see the logs for the latest try number if the task is in deferred state. I do see it in the "old" log view. Grid view:  "Old" view:  It likely has something to do with the deferred task getting its try_number reduced by 1 - in my example try_number=1 and next_try_number=2. https://github.com/apache/airflow/blob/3e288abd0bc3e5788dcd7f6d9f6bef26ec4c7281/airflow/models/taskinstance.py#L1617-L1618 ### What you think should happen instead _No response_ ### How to reproduce _No response_ ### Operating System Red Hat ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
