ascherbakoff commented on a change in pull request #3501: ignite-7648
URL: https://github.com/apache/ignite/pull/3501#discussion_r253832788
##########
File path:
modules/core/src/main/java/org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.java
##########
@@ -537,9 +538,13 @@ else if (discoverySpi instanceof IgniteDiscoverySpi)
unknownNode =
!((IgniteDiscoverySpi)discoverySpi).knownNode(sndId);
if (unknownNode) {
- U.warn(log, "Close incoming connection, unknown node
[nodeId=" + sndId + ", ses=" + ses + ']');
+ U.warn(log, "Respond UNKNOWN_NODE and close incoming
connection, unknown node [nodeId=" + sndId + ", ses=" + ses + ']');
Review comment:
No need to change message
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services