uranusjr commented on code in PR #30859:
URL: https://github.com/apache/airflow/pull/30859#discussion_r1188011847
##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -705,12 +705,14 @@ def _process_executor_events(self, session: Session) ->
int:
ti_primary_key_to_try_number_map[ti_key.primary] =
ti_key.try_number
self.log.info(
- "Executor reports execution of %s.%s run_id=%s exited with
status %s for try_number %s",
+ "Executor received event with state %s for task instance "
Review Comment:
Probably a good idea; it’d be easier if we add another field to the key in
the future (like we did `map_index`; although of course this doesn’t happen at
all often anyway)
--
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]