basho/riak-go-client

ConnectionManager not actively maintaining minConnections [JIRA: CLIENTS-752]

Closed this issue · 2 comments

I noticed this while debugging issues in #45, but it seems that there is no code path where the connectionManager will actively increase the number of connections if they drop below minConnections. It will only re-connect when there are no available connections to use.

It would be preferable for the connectionManager to actively maintain the minimum number of connections.

Fixed by #48

Fixed, or closed via GitHub issues.

[posted via JIRA by Alexander Moore]