jscheffl opened a new issue, #41462: URL: https://github.com/apache/airflow/issues/41462
### Apache Airflow version 2.10.0b1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Related: #40304 I assume this is relating to #39336 as well - we have changed try-number handling in parallel to have try versions displayed on UI. At least there is a small glitch in 2.10.0rc1: When a task is re-tried and BEFORE it gets running the task state colors in the tabs to select the try to display are shifted by one position. For example you retry a task by clearing then while it is in queue, the attempt 2 state is displayed in attempt 1 in the tab:  Also if you flip back to the first attempt you see in the details it is success but the tab header has the queued color:  Once a task then gets into running state, the colors of the tags are "correct" again:  FYI @bbovenzi ### What you think should happen instead? Tab color should match the state. ### How to reproduce Run a task, wait for completion/fail. Clear task while the scheduler/worker is busy or stopped - then you see the new attempt in UI but as long as not starting the status color is shifted by one position. ### Operating System unrelevant. ### Versions of Apache Airflow Providers unrelevant. ### Deployment Official Apache Airflow Helm Chart ### Deployment details No specific details. Postgres. ### Anything else? Browser: Firefox. ### 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]
