X-czh commented on code in PR #20232:
URL: https://github.com/apache/flink/pull/20232#discussion_r1315725139


##########
flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/TaskManagerLocation.java:
##########
@@ -275,6 +275,15 @@ public static String getHostName(InetAddress inetAddress) {
         return hostName;
     }
 
+    /**
+     * Gets the location string of the TaskManager in the format of 
"$HOST:$PORT".
+     *
+     * @return The location string of the TaskManager.
+     */
+    public String getLocationString() {

Review Comment:
   Sure



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to