georgew5656 commented on code in PR #14758:
URL: https://github.com/apache/druid/pull/14758#discussion_r1284785456


##########
processing/src/main/java/org/apache/druid/indexer/TaskLocation.java:
##########
@@ -30,21 +31,29 @@
 
 public class TaskLocation
 {
-  private static final TaskLocation UNKNOWN = new TaskLocation(null, -1, -1);
+  private static final TaskLocation UNKNOWN = new TaskLocation(null, -1, -1, 
null);
 
   @Nullable
   private final String host;
   private final int port;
   private final int tlsPort;
 
+  @Nullable
+  private final String k8sPodName;

Review Comment:
   hmm, is there another use case for using this field? it doesn't show up in 
the console if its not set so i figured its okay to leave it as more specific



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to