Hi Vinay,

Load balancing is applied to compute grid, not data grid. When a client puts
or gets data, it will go directly to the node where the entry is stored.
This is defined by affinity function which can be consistently calculated on
all nodes, so the client can always map a key to proper node. See [1] for
some additional affinity-related concepts.

If you running compute tasks or closures, then the node where a job is
executed is defined by LoadBalancingSpi. You can use one of the out of the
box implementations or provide your own.

[1] https://apacheignite.readme.io/v1.5/docs/affinity-collocation

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Data-grid-Load-balancing-tp2819p2823.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to