uranusjr commented on code in PR #30255:
URL: https://github.com/apache/airflow/pull/30255#discussion_r1159390287


##########
airflow/jobs/backfill_job.py:
##########
@@ -701,7 +705,7 @@ def tabulate_ti_keys_set(ti_keys: 
Iterable[TaskInstanceKey]) -> str:
             err += "Some task instances failed:\n"
             err += tabulate_ti_keys_set(ti_status.failed)
         if ti_status.deadlocked:
-            err += "BackfillJob is deadlocked."
+            err += "BackfillJobRunner is deadlocked."

Review Comment:
   I wonder if we should just say the _backfill_ is deadlocked.



-- 
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]

Reply via email to