[
https://issues.apache.org/jira/browse/IGNITE-9738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladislav Pyatkov updated IGNITE-9738:
--------------------------------------
Description:
If client joining to large topology it can to spend some time on waiting
{{TcpDiscoveryNodeAddFinishedMessage}}, but in that time it can not to send
{{TcpDiscoveryClientMetricsUpdateMessage.}} By that reason server can to reset
client from topology.
{noformat}
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.
[nodeId=a3493895-7c13-403c-bf0d-94eab0000011,
clientFailureDetectionTimeout=30000];
{noformat}
We should to sent {{TcpDiscoveryClientMetricsUpdateMessage as soon as
possible}} without, waiting finish of join procedure.
was:
If client joining to large topology it can to spend some time on waiting
{{TcpDiscoveryNodeAddFinishedMessage}}, but in that time it can not to send
{{TcpDiscoveryClientMetricsUpdateMessage.}} By that reason server can to reset
client from topology.
We should to sent {{TcpDiscoveryClientMetricsUpdateMessage as soon as
possible}} without, waiting finish of join procedure.
> Client node can suddenly fail on start
> --------------------------------------
>
> Key: IGNITE-9738
> URL: https://issues.apache.org/jira/browse/IGNITE-9738
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladislav Pyatkov
> Priority: Major
>
> If client joining to large topology it can to spend some time on waiting
> {{TcpDiscoveryNodeAddFinishedMessage}}, but in that time it can not to send
> {{TcpDiscoveryClientMetricsUpdateMessage.}} By that reason server can to
> reset client from topology.
> {noformat}
> 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. [nodeId=a3493895-7c13-403c-bf0d-94eab0000011,
> clientFailureDetectionTimeout=30000];
> {noformat}
> We should to sent {{TcpDiscoveryClientMetricsUpdateMessage as soon as
> possible}} without, waiting finish of join procedure.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)