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/09/29 21:22:55 UTC

[GitHub] [airflow] potiuk commented on issue #17120: [Scheduler error] psycopg2.OperationalError: SSL SYSCALL error: Socket operation on non-socket

potiuk commented on issue #17120:
URL: https://github.com/apache/airflow/issues/17120#issuecomment-930554979


   There is no fix, because we do not know what the issue is. Actually your case shows an interesting problem and maybe the root cause for the issue:
   
   OSError: [Errno 98] Address already in use
   
   It looks like this is a deployment issue where you try to run two airflow components on the same server - schedulers and workers for example and they are all serving the same logs. The problem is most likely with your deployment. I am converting this to a discussion as this is likely a deployment issue.
   
   Can you please describe @agentdanger what is the deployment you are using and how it hapened that you run several airflow components on the same server?
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org