You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "abrag (GitHub)" <gi...@apache.org> on 2018/12/16 12:41:54 UTC

[GitHub] [tinkerpop] abrag commented on issue #1013: TINKERPOP-2105 - connection.py - add finally to return connection to the client pool i…

fixed, 

this commit will solve a critical issue we had on our prod python server, after a few exceptions we left without any available connection to Neptune
but still it feels like a patch as ideally the client (who handle the connection pool) should allocate and free the connections and not the connection itself 

 

[ Full content available at: https://github.com/apache/tinkerpop/pull/1013 ]
This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org