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/31 23:59:19 UTC

[GitHub] [airflow] wolfier commented on issue #26067: Include external_executor_id in zombie detection method

wolfier commented on issue #26067:
URL: https://github.com/apache/airflow/issues/26067#issuecomment-1233568516

   The zombies query is a list of TaskInstances which has the attribute `external_executor_id`.
   
   Without too much thought, you can probably add a new log line that prints the `external_executor_id` value.
   
   ```
               self.log.error("Killing zombie job with external_executor_id: %s", ti.external_executor_id)
   ```


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