capistrant commented on PR #11760:
URL: https://github.com/apache/druid/pull/11760#issuecomment-1208599259

   > I am not sure if http is ready for prime time, the problem with http 
arises when jetty http server runs low on threads.
   
   @didip 
   
   Isn't this addressed with a combination of:
   * using async IO on historical side to avoid holding threads while work is 
being done
   * the explicit recommendation of setting jetty thread count above aggregate 
count of connections from query servers (broker) to avoid queries consuming all 
jetty threads 
   
   Or are you saying there is a risk of exhaustion on the outgoing side from 
the coordinator?


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