eemario commented on code in PR #27318:
URL: https://github.com/apache/flink/pull/27318#discussion_r2596852885
##########
flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobClient.java:
##########
@@ -95,7 +95,7 @@ public BlobClient(InetSocketAddress serverAddress,
Configuration clientConfig)
// the
// InetSocketAddress can cache a failure in hostname resolution
forever.
socket.connect(
- new InetSocketAddress(serverAddress.getHostName(),
serverAddress.getPort()),
+ new InetSocketAddress(serverAddress.getHostString(),
serverAddress.getPort()),
Review Comment:
Thanks for the suggestion! I’ve updated the code comment to explain the
reason.
--
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]