You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by ght230 <gh...@163.com> on 2017/05/09 11:38:54 UTC

How to balance many service grids in the cluster?

I want to deploy 12 service grids in a cluster with 2 ignite hosts.

Every service grid only running one instance.

I have though that 6 service grid runnning will run on one host, and the
other 6 service grids will run on the other host.

But finally I found all the 12 service grids running on the same host.

How can I do to balance these 12 service grids to 2 hosts?



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-balance-many-service-grids-in-the-cluster-tp12559.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to balance many service grids in the cluster?

Posted by Andrey Mashenkov <an...@gmail.com>.
Hi,

You can use affinity deployment via setting affinity key in
serviceConfiguration.

On Tue, May 9, 2017 at 2:38 PM, ght230 <gh...@163.com> wrote:

> I want to deploy 12 service grids in a cluster with 2 ignite hosts.
>
> Every service grid only running one instance.
>
> I have though that 6 service grid runnning will run on one host, and the
> other 6 service grids will run on the other host.
>
> But finally I found all the 12 service grids running on the same host.
>
> How can I do to balance these 12 service grids to 2 hosts?
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/How-to-balance-many-service-grids-in-
> the-cluster-tp12559.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>



-- 
Best regards,
Andrey V. Mashenkov