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 2020/11/18 13:18:13 UTC

[GitHub] [airflow] jrzdudek commented on issue #10544: Kubernetes pod operator: More than one pod running with labels

jrzdudek commented on issue #10544:
URL: https://github.com/apache/airflow/issues/10544#issuecomment-729671217


   We've tested this with `1.10.12` which includes the #10230 fix, and the issue still exists. When the first job errors out, the subsequent retries reattach to the errored out pod. 
   ```
   found a running pod with labels {'dag_id': 'xxxx, 'task_id': 'xxxxx', 'execution_date': '2020-09-02T1000000000-7b0e1e2af', 'try_number': '2'} but a different try_number. Will attach to this pod and monitor instead of starting new one
   ```
   The pod is in `Error` status in the cluster so should not be considered a candidate for re-attachment.


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