basho / riak-erlang-client

The Riak client for Erlang.
Apache License 2.0
311 stars 188 forks source link

Make sure the connection closed on startup error #402

Closed systream closed 2 years ago

systream commented 2 years ago

We had an issue where RIAK security was not setup at server side, but client wanted to use it. Because of the auto reconnect tcp connections stacked up in CLOSE_WAIT state and eats up all file descriptors.