davidradl commented on code in PR #23465:
URL: https://github.com/apache/flink/pull/23465#discussion_r1337237726


##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobVertexTaskManagersInfo.java:
##########
@@ -185,6 +192,7 @@ public boolean equals(Object o) {
         public int hashCode() {
             return Objects.hash(
                     host,
+                    endpoint,

Review Comment:
   I assume this means that the new object will next match an old object - is 
this intentional? Do we want to check if the object has a location and look to 
match on hostname and port with the endpoints hostname and port? 



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

Reply via email to