Skip to content

'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

Closed
Totktonada opened this issue Mar 12, 2019 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@Totktonada
Copy link
Member

It is about TarantoolClientImpl. There is a file descriptor leak.

@Totktonada Totktonada added the bug Something isn't working label Mar 12, 2019
@Totktonada
Copy link
Member Author

The discussion was arisen in PR #128.

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
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant