rpuch opened a new pull request, #3345: URL: https://github.com/apache/ignite-3/pull/3345
If a channel gets opened right at the moment the server closes its server socket (but the server process still lives), the channel might look as open and alive to the client, but the server will never see it, so the handshake will not start. Sending a probe message from the client makes sure that the client detects such a broken channel and is able to react. https://issues.apache.org/jira/browse/IGNITE-21523 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
