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/06/07 22:51:54 UTC

[GitHub] [airflow] jedcunningham commented on issue #16298: Scheduler fails with BrokenPipeError

jedcunningham commented on issue #16298:
URL: https://github.com/apache/airflow/issues/16298#issuecomment-856312678


   Looks like the scheduler is getting a sigterm signal. Any hints in the events for the pod (you'll want a recent pod)?
   
   ```
   kubectl get event --field-selector involvedObject.name={scheduler_pod_name}
   ```
   
   BrokenPipeError happens after sys.exit(0), so you really need to trace down whats sigterming your scheduler constantly.
   


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