Skip to content

Check that cartridge-java does not create connections above limit #149

@vrogach2020

Description

@vrogach2020

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions