Stats of a dynamic mapped tasks disappear after an automatic retry of a failed task #44245
Closed
2 tasks done
Labels
area:core
area:dynamic-task-mapping
AIP-42
area:webserver
Webserver related Issues
kind:bug
This is a clearly a bug
Apache Airflow version
2.10.2
If "Other Airflow 2 version" selected, which one?
No response
What happened?
When a task gets expanded dynamically, any retried failed task makes its other stats disappear.
What you think should happen instead?
No response
How to reproduce
Coherence checks
When replacing

random_fail_task
withrandom_all_success_task
, we get the exact number of tasks, all succesful (100):When we apply

retries=0
withrandom_fail_task
the total number of tasks (succesful+failed) is once again 100:Reproduction
When running the

random_fail_task
task withretries>=0
- some of the mapped tasks fail and are up for retry:Immediately when failed tasks are triggered for re-run, some of the other tasks disappear from the UI:

And finally we're left with less tasks than what we started:

When looking the the "Mapped Tasks" tab, all of the tasks still are still there.
Operating System
Linux
Versions of Apache Airflow Providers
No response
Deployment
Google Cloud Composer
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: