forked from dork/tarantool-java
-
Notifications
You must be signed in to change notification settings - Fork 19
'Too many open files' at many attempts to connect with wrong auth #132
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
Labels
bug
Something isn't working
Comments
The discussion was arisen in PR #128. |
Totktonada
added a commit
that referenced
this issue
Mar 12, 2019
Totktonada
added a commit
that referenced
this issue
Mar 12, 2019
Totktonada
added a commit
that referenced
this issue
Mar 12, 2019
Set SO_LINGER to 0 in tests that produce many outgoing connections, because so many sockets in the TIME_WAIT state can lead to 'java.net.NoRouteToHostException: Cannot assign requested address (Address not available)' exceptions on Travis-CI. Fixes #132.
Totktonada
added a commit
that referenced
this issue
Mar 12, 2019
Set SO_LINGER to 0 in tests that produce many outgoing connections, because so many sockets in the TIME_WAIT state can lead to 'java.net.NoRouteToHostException: Cannot assign requested address (Address not available)' exceptions on Travis-CI. Fixes #132.
Totktonada
added a commit
that referenced
this issue
Mar 12, 2019
Set SO_LINGER to 0 in tests that produce many outgoing connections, because so many sockets in the TIME_WAIT state can lead to 'java.net.NoRouteToHostException: Cannot assign requested address (Address not available)' exceptions on Travis-CI. Fixes #132.
Totktonada
added a commit
that referenced
this issue
Mar 12, 2019
Set SO_LINGER to 0 in tests that produce many outgoing connections, because so many sockets in the TIME_WAIT state can lead to 'java.net.NoRouteToHostException: Cannot assign requested address (Address not available)' exceptions on Travis-CI. Fixes #132.
Totktonada
added a commit
that referenced
this issue
Mar 13, 2019
Set SO_LINGER to 0 in tests that produce many outgoing connections, because so many sockets in the TIME_WAIT state can lead to 'java.net.NoRouteToHostException: Cannot assign requested address (Address not available)' exceptions on Travis-CI. Fixes #132.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is about TarantoolClientImpl. There is a file descriptor leak.
The text was updated successfully, but these errors were encountered: