Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.11
-
None
-
Java thin: Fixed connection logic to follow user-defined endpoint order and try the default port first.
-
Release Notes Required
Description
Now if in ClientConfiguration address specified without port, client will try to connect to default port range in random order. But often server listen on default port. This random order leads to unexpected connection time.
Will be better if firstly client will try to connect to default port, before randomly scan all port range.
Attachments
Issue Links
- causes
-
IGNITE-18637 Java thin client: Connections balancing
- Resolved
- links to