Pankaj260100 commented on code in PR #17100:
URL: https://github.com/apache/druid/pull/17100#discussion_r1764911877


##########
docs/operations/metrics.md:
##########
@@ -133,6 +133,7 @@ Most metric values reset each emission period, as specified 
in `druid.monitoring
 |`jetty/threadPool/min`|Number of minimum threads 
allocatable.|`druid.server.http.numThreads` plus a small fixed number of 
threads allocated for Jetty acceptors and selectors.|
 |`jetty/threadPool/max`|Number of maximum threads 
allocatable.|`druid.server.http.numThreads` plus a small fixed number of 
threads allocated for Jetty acceptors and selectors.|
 |`jetty/threadPool/queueSize`|Size of the worker queue.|Not much higher than 
`druid.server.http.queueSize`.|
+|`jetty/httpClient/threadpool/queueSize`|Size of the worker queue at jetty 
http client.|Less than or equal to 1024(default value).|

Review Comment:
   >the jetty client module is only being used on coordinator and router though.
   
   ohh, But the broker also communicates with data nodes, so what does the 
broker use for communicating with data nodes?



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