Hello,
Thanks for the reply.
Based on our findings in logs, loads are going to one server.
The server 10.212.120.66 is struggling to do its work: there are lots of
"Possible too long JVM pause", "Query execution is too long" and "Long
running query".
On the other hand server 10.212.120.67 has a clean log without those
messages.
Yes, caches(165 cache models)are created by other windows applications and
ASP.Net API for only reading data except few cache.

Thanks & Regards,
Charlin



On Wed, 31 Mar 2021 at 20:00, Mikael <[email protected]> wrote:

> Hi!
>
> What is it that is not distributed well, is it cache data/memory load or
> computations/cpu load ?
>
> There are no caches in the config so I assume this is created by the
> application (if there are any), do you use any custom collocation ?
>
> Mikael
>
> Do you use any custom collocation of any kind
> On 2021-03-31 15:52, Charlin S wrote:
>
> Hello,
> Thanks for your reply. I have attached my configuration files here.
> Below code has been used to start ignite.
>
> IgniteConfiguration igniteGridIg = new IgniteConfiguration();
> igniteGridIg.SpringConfigUrl = Path.Combine(igniteXmlfilePath);
> Ignition.Start(igniteGridIg);
>
> Thanks & Regards,
> Charlin
>
>
>
> On Wed, 31 Mar 2021 at 17:44, Stephen Darlington <
> [email protected]> wrote:
>
>> What are you doing with Ignite? Are you sending compute tasks, cache
>> operations, both? What’s your configuration?
>>
>> > On 31 Mar 2021, at 12:31, Charlin S <[email protected]> wrote:
>> >
>> > Hi,
>> >
>> > I'm running an ASP.Net application with ignite 2.9.1  and node setup as
>> 2 server nodes and 11 client nodes.
>> > We are seeing most of the load on one server only it's supposed to
>> distribute load between two servers.
>> > How can we distributed load be equally distributed on both servers?
>> >
>> >
>> > Thanks & Regards,
>> > Charlin
>>
>>
>>

Reply via email to