ephraimbuddy commented on a change in pull request #16475:
URL: https://github.com/apache/airflow/pull/16475#discussion_r686003451



##########
File path: airflow/jobs/backfill_job.py
##########
@@ -478,7 +478,7 @@ def _per_task_process(key, ti, session=None):
                         ti.set_state(State.SCHEDULED, session=session)
                 elif self.rerun_succeeded_tasks and ti.state == State.SUCCESS:
                     # Rerun succeeded tasks
-                    self.log.info("Task instance %s with state %s", ti, 
ti.state)
+                    self.log.info("Task instance %s with state %s, rerunning 
task", ti, ti.state)

Review comment:
       ```suggestion
                       self.log.info("Task instance %s with state %s, rerunning 
task" succeeded, ti, ti.state)
   ```
   Would that be better?




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