collinmcnulty opened a new issue, #26067:
URL: https://github.com/apache/airflow/issues/26067

   ### Description
   
   Adjust the SimpleTaskInstance to include the external_executor_id so that it 
shows up when the zombie detection method prints the SimpleTaskInstance to logs.
   
   ### Use case/motivation
   
   Since the zombie detection message originates in the dag file processor, 
further troubleshooting of the zombie task requires figuring out which worker 
was actually responsible for the task. Printing the external_executor_id makes 
it easier to find the task in a log aggregator like Kibana or Splunk than it is 
when using the combination of dag_id, task_id, logical_date, and map_index, at 
least for executors like Celery.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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