aleksey-kurinov commented on a change in pull request #7977:
URL: https://github.com/apache/ignite/pull/7977#discussion_r465167794
##########
File path:
modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryCoordinatorFailureTest.java
##########
@@ -273,8 +273,16 @@ public void awaitDrop() throws InterruptedException,
IgniteCheckedException {
throw new IgniteCheckedException("Failed to wait for
NodeAddFinishedMessage");
}
- /** {@inheritDoc} */
Review comment:
fixed. i've reviewd code obe more time and i've veririden method instead
of overloading. so doc is inherited now.
TcpDiscoveryConnectionCheckMessage is used as a stub instead of msg which
was pased via parameter according to your comment:
// Replace logic routine message with a stub to update last-sent-time to
avoid segmentation on
// connRecoveryTimeout.
----------------------------------------------------------------
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]