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

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

abrag commented on issue #1013: TINKERPOP-2105 - connection.py - add finally to return connection to the client pool i…
URL: https://github.com/apache/tinkerpop/pull/1013#issuecomment-447640326
 
 
   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 
   
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services