Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.9
-
None
-
C++ thin client: Added a configuration parameter IgniteClientConfiguration::connectionsLimit, which can be used to limit number of active connections that thin client can have simultaneously
-
Docs Required, Release Notes Required
Description
It seems that C++ thin client behaves differently from Java client. Assuming that partition awareness is disabled we still have connection attempts to all servers from the list. It would be great to have a property to limit it somehow. It could potentially cause performance issues in some cases involving big number of clients per server.
Attachments
Issue Links
- is duplicated by
-
IGNITE-13907 CPP thin: allow user to limit number of max active connections per client
- Resolved
- is related to
-
IGNITE-14101 .NET Thin Client: Add connection limit configuration property
- Open
- links to