You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We observe a strange behavior of a cluster.
It looks like java client creates lots of connections (10 times more than expected).
Cluster config:
~ 48 routers, 200 storages
~ 20 clients, 192 connections per client
Expected number of IPROTO connections in cluster ~ 5000.
Probably after some network errors number of connections increased up to 55k and remain stable for about 24 hours.
What we can do here:
add connection count metrics to java client
cover connection limit by unit / integration tests. Consider retrying and non-retrying configurations