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/12 09:50:45 UTC

[GitHub] [airflow] garacio commented on issue #12229: ERROR - Unknown error in KubernetesJobWatcher. Failing

garacio commented on issue #12229:
URL: https://github.com/apache/airflow/issues/12229#issuecomment-725969213


   Same in bare metal k8s installation
   
   ```
   [airflow-6fb4b8f58c-2jszc airflow] [2020-11-05 08:13:34,833] {kubernetes_executor.py:293} ERROR - Unknown error in KubernetesJobWatcher. Failing 
   [airflow-6fb4b8f58c-2jszc airflow] Traceback (most recent call last): 
   [airflow-6fb4b8f58c-2jszc airflow]   File "/usr/local/lib/python3.7/site-packages/airflow/executors/kubernetes_executor.py", line 287, in run 
   [airflow-6fb4b8f58c-2jszc airflow]     self.worker_uuid, self.kube_config) 
   [airflow-6fb4b8f58c-2jszc airflow]   File "/usr/local/lib/python3.7/site-packages/airflow/executors/kubernetes_executor.py", line 323, in _run 
   [airflow-6fb4b8f58c-2jszc airflow]     for event in list_worker_pods(): 
   [airflow-6fb4b8f58c-2jszc airflow]   File "/usr/local/lib/python3.7/site-packages/kubernetes/watch/watch.py", line 177, in stream 
   [airflow-6fb4b8f58c-2jszc airflow]     status=obj['code'], reason=reason) 
   [airflow-6fb4b8f58c-2jszc airflow] kubernetes.client.exceptions.ApiException: (410) 
   [airflow-6fb4b8f58c-2jszc airflow] Reason: Expired: too old resource version: 42945421 (43412510) 
   [airflow-6fb4b8f58c-2jszc airflow]  
   [airflow-6fb4b8f58c-2jszc airflow] Process KubernetesJobWatcher-66040: 
   [airflow-6fb4b8f58c-2jszc airflow] Traceback (most recent call last): 
   [airflow-6fb4b8f58c-2jszc airflow]   File "/usr/local/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap 
   [airflow-6fb4b8f58c-2jszc airflow]     self.run() 
   [airflow-6fb4b8f58c-2jszc airflow]   File "/usr/local/lib/python3.7/site-packages/airflow/executors/kubernetes_executor.py", line 287, in run 
   [airflow-6fb4b8f58c-2jszc airflow]     self.worker_uuid, self.kube_config) 
   [airflow-6fb4b8f58c-2jszc airflow]   File "/usr/local/lib/python3.7/site-packages/airflow/executors/kubernetes_executor.py", line 323, in _run 
   [airflow-6fb4b8f58c-2jszc airflow]     for event in list_worker_pods(): 
   [airflow-6fb4b8f58c-2jszc airflow]   File "/usr/local/lib/python3.7/site-packages/kubernetes/watch/watch.py", line 177, in stream 
   [airflow-6fb4b8f58c-2jszc airflow]     status=obj['code'], reason=reason) 
   [airflow-6fb4b8f58c-2jszc airflow] kubernetes.client.exceptions.ApiException: (410) 
   [airflow-6fb4b8f58c-2jszc airflow] Reason: Expired: too old resource version: 42945421 (43412510) 
   ```
   aitflow version 1.10.12


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