You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by "itsmeravikiran.c" <it...@gmail.com> on 2021/05/06 11:46:15 UTC

Client node disconnected from cluster

Getting below error on ignite server:

FAIL: [tcp-disco-client-message-worker-[[CredentialsTcpDiscoverySpi] Client
node considered as unreachable and will be dropped from cluster, because no
metrics update messages received in interval:
TcpDiscoverySpi.clientFailureDetectionTimeout() ms. It may be caused by
network problems or long GC pause on client node, try to increase this
parameter. [clientFailureDetectionTimeout=30000] 

Getting below error on my Client:

02:57:20.732 [tcp-client-disco-msg-worker-#4] INFO 
c.s.p.i.s.CredentialsTcpDiscoverySpi - Client node disconnected from
cluster, will try to reconnect with new id.

How to avoid above disconnection from cluster?
Relationship with above two error messages?
Do you have any root cause of above error messages ?






--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Client node disconnected from cluster

Posted by Ilya Kasnacheev <il...@gmail.com>.
Hello!

For some reason the client node failed to send metrics in 30,000 ms (half
minute).

Not sure what to do here. Insufficient memory? Laptop went to sleep? Disk
swapping? Garbage collection?

You can also increase the listed parameter.

Regards,
-- 
Ilya Kasnacheev


чт, 6 мая 2021 г. в 14:46, itsmeravikiran.c <it...@gmail.com>:

> Getting below error on ignite server:
>
> FAIL: [tcp-disco-client-message-worker-[[CredentialsTcpDiscoverySpi] Client
> node considered as unreachable and will be dropped from cluster, because no
> metrics update messages received in interval:
> TcpDiscoverySpi.clientFailureDetectionTimeout() ms. It may be caused by
> network problems or long GC pause on client node, try to increase this
> parameter. [clientFailureDetectionTimeout=30000]
>
> Getting below error on my Client:
>
> 02:57:20.732 [tcp-client-disco-msg-worker-#4] INFO
> c.s.p.i.s.CredentialsTcpDiscoverySpi - Client node disconnected from
> cluster, will try to reconnect with new id.
>
> How to avoid above disconnection from cluster?
> Relationship with above two error messages?
> Do you have any root cause of above error messages ?
>
>
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>