Hello, Are you able to share full logs from the server and client instances?
In short: by default clients can reconnect to the cluster after the network connection was disrupted by anything (network issues, gc pauses etc.). https://apacheignite.readme.io/docs/clients-vs-servers#section-reconnecting-a-client Server drops client node from topology once failure detection timeout is reached, if you want a client to be stopped and segmented in this case, use property clientReconnectDisabled and set it to true, the sample is on the documentation page. Network timeout defines the timeout for different network operations, among the usages are client reconnect attempt timeout, connection establishing timeout on join attempt and sending messages. Best regards, Anton -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
