dberzano commented on issue #16881:
URL: https://github.com/apache/airflow/issues/16881#issuecomment-912539618
For the record, we're having the same problem. This is perfectly
reproducible when:
* we have any task running using the `KubernetesExecutor`
* the scheduler gets restarted for some reason
We always end up with:
* the currently-running pod being terminated,
* a new one being created in place,
* the task terminating with the following message:
```
[2021-09-03 13:23:40,216] {local_task_job.py:209} WARNING - State of this
instance has been externally set to queued. Terminating instance.
```
Note that this is happening with **Airflow v2.1.3**.
(cc'ing @tomaszZdunek too)
--
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]