You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @tomswinkels. Sorry for the late response. I'd like some more information about what caused this issue. Are you running a single long running query or multiple smaller queries?
This issue has nothing to do with the runtime of a query.
It's a long-running job that do more than only execute some queries.
When we do before every query again a client connect than the problem will be solved, but we think that it's better that the client check if the connection is active or not.
Sometimes we have long-running jobs and then we get some errors.
fwrite(): Send of 8 bytes failed with errno=32 Broken pipe
Maybe it is better that the client can detect when the connection is broken and do a reconnect.
The text was updated successfully, but these errors were encountered: