YongGang commented on code in PR #14758:
URL: https://github.com/apache/druid/pull/14758#discussion_r1284737250
##########
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:
Should we use a more generic field name here instead of named it after
`k8s`? Maybe just name it `jobName`
--
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]