gentlewangyu commented on a change in pull request #15683:
URL: https://github.com/apache/flink/pull/15683#discussion_r627045298



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/net/ConnectionUtils.java
##########
@@ -352,7 +352,7 @@ private static boolean tryToConnect(
             return true;
         } catch (Exception ex) {
             String message =
-                    "Failed to connect from address '" + fromAddress + "': " + 
ex.getMessage();
+                    "Failed to connect from address '" + fromAddress + "' to 
address '" + toSocket + "': " + ex.getMessage();

Review comment:
       @pnowojski Thanks for your reminder, I have corrected it.




-- 
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]


Reply via email to