pgcli doesn't reconnect on SSL SYSCALL error: EOF detected
See original GitHub issueThe ability to reconnect was added in #210 but it doesn’t seem to reconnect when SSL SYSCALL error: EOF detected
is received.
foo@mydb:mydb> SELECT count(1) FROM account;
SSL SYSCALL error: EOF detected
foo@mydb:mydb> SELECT count(1) FROM account;
connection already closed
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Solve Postgres error "Error: SSL SYSCALL error: EOF detected"
In this blog post we look at the cause and solution of the Postgres error "Error: SSL SYSCALL error: EOF detected".
Read more >Postgres SSL SYSCALL error: EOF detected with python and ...
The error: psycopg2.operationalerror: SSL SYSCALL error: EOF detected. The setup: Airflow + Redshift + psycopg2. When: Queries take a long time to execute ......
Read more >PostgreSQL: SSL SYSCALL error: EOF detected
SSL SYSCALL error: EOF detected connection to server was lost. Regarding the possible memory issue, I don't know how to troubleshoot it.
Read more >Python Examples of psycopg2.ProgrammingError
if msg.pgerror in ('SSL SYSCALL error: EOF detected',): # Ideally we'd like to check against msg.pgcode values # but certain odd ProgrammingError exceptions ......
Read more >pg.InternalError: SSL SYSCALL error: EOF detected-postgresql
Coding example for the question pg.InternalError: SSL SYSCALL error: EOF detected-postgresql.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks Karl. I’ll take a stab at this tonight. I appreciate the commands to repro this case. 😃
Thanks @amjith @j-bennet !