Vladsz83 commented on a change in pull request #7977:
URL: https://github.com/apache/ignite/pull/7977#discussion_r470140435
##########
File path:
modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpClientDiscoverySpiSelfTest.java
##########
@@ -2578,15 +2578,23 @@ private void pauseResumeOperation(boolean isPause,
AtomicBoolean... locks) {
afterWrite.apply(msg, sock);
}
- /** {@inheritDoc} */
Review comment:
I'm afraid, sending TcpDiscoveryConnectionCheckMessage won't help us
here. Such trick was involved by me accurately where it could work.
Unfortunately, it's not going to work everywhere. DiscoverySpi is quite complex.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]