You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "tomek22 (GitHub)" <gi...@apache.org> on 2019/03/01 15:48:06 UTC

[GitHub] [tinkerpop] tomek22 commented on issue #1057: Changed loop break check to break out of the connection creation loop

I just spent almost a full day figuring out why our service leaks memory and can't open sockets. I tracked it down to this issue. Managed to reproduce locally by killing the gremlin server after the connection pool has already been created and then restarting gremlin server. I was very happy to see it fixed in master, but sad to see it hasn't been released yet. Any idea when there will be a nuget package available with this fix? We had to workaround the issue by moving the gremlin client to request scope instead of singleton which I expect will result in some performance penalty :(

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