-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response on backend (postgresql) crash #135
Comments
I cound easily reproduce with this:
The request never gets a response. |
Possible reason for this: brianc/node-postgres#534 |
Might fix brianc#458 Definitely fixes CartoDB/CartoDB-SQL-API#135
This patch seems to fix the problem with the hang: |
Second attempt of a fix: brianc/node-postgres#542 |
Alright the second pull only partially fixes the issue. it fixes the error from first query, but does not remove the connection from the pool which as a consequence remains sticky. |
Might fix brianc#458 Fixes CartoDB/CartoDB-SQL-API#135 Avoids loop between pool.destroy and client.end
Might fix brianc#458 Fixes CartoDB/CartoDB-SQL-API#135 Avoids loop between pool.destroy and client.end
I've seen an instance of Windshaft-CartoDB waiting for 10 minutes without luck for an answer from a request while the CartoDB-SQL-API logs reported a backend crash and no long taking response.
I guess there's a bug preventing a response from being completed, but has to be checked.
JIRA REF: https://cartodb.atlassian.net/browse/CDB-1883
The text was updated successfully, but these errors were encountered: