mis98zb commented on issue #34023:
URL: https://github.com/apache/airflow/issues/34023#issuecomment-2244361012

   I tried the patch and found an issue.
   If the one_failed marked task in an expanded task group, one upstream task 
failure will cause all one_failed marked tasks being triggered.
   
   for example:
   ```
   task1 -> taskA1
   task2 -> taskA2
   task3 -> taskA3
   task4 -> taskA4
   ```
   task2's failure will trigger taskA1/2/3/4.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to