Recently on my database I can across the follwoing error:
SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: EOF detected (SQL:
Whilst checking many parameters such as memory consumption, max connection limit. I still find no connection from my findings with this particular error.
So I am asking whether you have experienced this error and what diagnostic steps did to ufind the error?
So far I looked and asked theese questions:
- https://dba.stackexchange.com/questions/259128/what-does-the-error-means-sqlstatehy000-general-error-7-ssl-syscall-error
- https://dba.stackexchange.com/questions/259025/does-the-hot-standby-feedback-on-may-cause-ssl-syscall-error-eof-detected-e
(Yeap, it may be for dba but I think database-related errors can be answered better on this.)
Sop plz may I have some pointers I am becoming nuts!!!!
Top comments (1)
The error message seems to indicate a connection error.
This could be related to a query timeout or other failure. It would help to know how you encountered this error.
Were you running a large query? Small query? Can this error be reproduced at-will, or is it intermittent?
Where is your database hosted? Is it local? Cloud? What does the networking stack look like? Etc.