You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Level D <72...@qq.com> on 2016/09/07 03:18:16 UTC

IgniteClientDisconnectedException

Hi all,


I load data via DataStreamer. After a while, ignite disconnects. 


Attachment is errorlog. 
My configuration is
Are there any properties need to be improved?


Does ignite have a property to disable kicking off slow client?


Regards,


Zhou.

Re: IgniteClientDisconnectedException

Posted by Vladislav Pyatkov <vp...@gridgain.com>.
Hi,

The stack does not contain any information why client is disconnected.
Could you please provide logs files from server nodes?

About configure mechanism of kicking off slow client, you can look the
article[1]. But turn off this is bad idea, because slow client can lead to
memory leak on server side.

Better way to understand what slows down the client. If client works slower
 with time, you can try to collect GC logs[2] on client.

[1]:
https://apacheignite.readme.io/docs/clients-vs-servers#managing-slow-clients
[2]:
https://apacheignite.readme.io/docs/jvm-and-system-tuning#section-detailed-garbage-collection-stats

On Wed, Sep 7, 2016 at 6:18 AM, Level D <72...@qq.com> wrote:

> Hi all,
>
> I load data via DataStreamer. After a while, ignite disconnects.
>
> Attachment is errorlog.
>
> My configuration is
>
> Are there any properties need to be improved?
>
> Does ignite have a property to disable kicking off slow client?
>
> Regards,
>
> Zhou.
>
>