Vladsz83 commented on a change in pull request #8881:
URL: https://github.com/apache/ignite/pull/8881#discussion_r704778777
##########
File path:
modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java
##########
@@ -3949,6 +3957,8 @@ else if (!failedNextNode && sndState != null &&
sndState.isBackward()) {
if (!sent) {
assert next == null : next;
+ checkOutgoingConnection();
Review comment:
This is the best place to check. Here we are sure that someting gone
wrong: we have failed to send message. Why not to check what could be done?
Here we don't need to wait for anything.
--
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]