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 2021/01/21 15:11:34 UTC

[GitHub] [airflow] eejbyfeldt commented on issue #13808: Task incorrectly marked as orphaned when using 2 schedulers

eejbyfeldt commented on issue #13808:
URL: https://github.com/apache/airflow/issues/13808#issuecomment-764710319


   > Did that task run correctly or was it marked as failed?
   
   It failed. In the logs of the task we had the following:
   ```
   State of this instance has been externally set to queued. Terminating instance.
   Sending Signals.SIGTERM to GPID 16
   Received SIGTERM. Terminating subprocesses.
   Task received SIGTERM signal
   ...
   ```
   So the it seems the `LocalTaskJob` noticed a state change and terminated the task.
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org