sbrandtb commented on issue #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read 
time out error
URL: https://github.com/apache/airflow/pull/6643#issuecomment-593092077
 
 
   @pvcnt Please check out my last comment: The fix does *not* work as intended.
   
   The Kubernetes job watcher is a process that is solely looping over the 
Kubernetes API, waiting for changes of Pods. That's all it does. If it crashes 
with a timeout or gets restarted virtually does not matter. What you are seeing 
is false alarm.
   
   The fix should rather be that the timeout is gracefully handled. I will 
provide a patch when I find some time for doing it.
   
   Again: The issue here does *not* impair the operations of the 
KubernetesExecutor.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to