You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/04 12:29:47 UTC

[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #25531: Fix reducing mapped length of a mapped task at runtime after a clear

ephraimbuddy commented on code in PR #25531:
URL: https://github.com/apache/airflow/pull/25531#discussion_r937721623


##########
airflow/models/dagrun.py:
##########
@@ -1158,7 +1158,7 @@ def _create_task_instances(
             # TODO[HA]: We probably need to savepoint this so we can keep the transaction alive.
             session.rollback()
 
-    def _find_missing_task_indexes(
+    def _find_missing_task_indexes_or_mark_removed(

Review Comment:
   How about `_check_for_new_or_removed_task_indexes` or `_find_new_task_indexes_and_repair_removed`?



-- 
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-unsubscribe@airflow.apache.org

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