kfaraz commented on code in PR #14888:
URL: https://github.com/apache/druid/pull/14888#discussion_r1300884279


##########
indexing-service/src/main/java/org/apache/druid/indexing/overlord/http/OverlordResource.java:
##########
@@ -947,7 +947,7 @@ public Response apply(TaskRunner taskRunner)
                           "http",
                           "host",
                           "8100",
-                          
taskRunner.getTotalTaskSlotCount().getOrDefault("taskQueue", 0L).intValue(),
+                          
taskRunner.getTotalTaskSlotCount().getOrDefault("_k8s_worker_category", 
0L).intValue(),

Review Comment:
   Could you please update the comment above to indicate why this specific 
value is required? Also, please check if the value can be brought out into a 
constant somewhere.



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