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


##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobExceptionsInfo.java:
##########
@@ -190,21 +193,21 @@ public boolean equals(Object o) {
             return timestamp == that.timestamp
                     && Objects.equals(exception, that.exception)
                     && Objects.equals(task, that.task)
-                    && Objects.equals(location, that.location)
+                    && Objects.equals(endpoint, that.endpoint)

Review Comment:
   Both fields will be assigned within Flink in all cases, so maybe this is not 
a problem to be concerned about.



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