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


##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/SubtaskExecutionAttemptDetailsInfo.java:
##########
@@ -131,6 +137,7 @@ public SubtaskExecutionAttemptDetailsInfo(
         this.status = Preconditions.checkNotNull(status);
         this.attempt = attempt;
         this.host = Preconditions.checkNotNull(host);

Review Comment:
   will host be not null now that we are using Endpoint? If not should it be 
null or (unassigned)? 



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