You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2023/01/25 13:40:00 UTC

[jira] [Created] (IGNITE-18637) Java thin client: Connections balancing

Aleksey Plekhanov created IGNITE-18637:
------------------------------------------

             Summary: Java thin client: Connections balancing
                 Key: IGNITE-18637
                 URL: https://issues.apache.org/jira/browse/IGNITE-18637
             Project: Ignite
          Issue Type: Improvement
            Reporter: Aleksey Plekhanov
            Assignee: Aleksey Plekhanov


Since Ignite 2.12 java thin client always connects to the first address from the provided address list. In typical configuration this leads to overloading an one server node and underloading other server nodes. 

To improve workload distribution we can:
 # Choose random first channel from the range of addresses with the same (minimal) port.
 # If partition awareness is enabled use random open channel instead of default channel for operations which can't be mapped to a certain node. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)