kfaraz commented on PR #18493:
URL: https://github.com/apache/druid/pull/18493#issuecomment-3263779936

   @gianm , it makes sense to reduce the number of netty worker threads since 
these
   threads mostly sit idle most of the time.
   
   But I wonder if the change is not too drastic, especially since this affects 
all services.
   e.g. even for a machine with 16 cpus, we are halving the value from 49 to 25,
   which can affect say an Overlord communicating with a large number of 
streaming tasks.
   
   Do you think it would make sense to maybe roll this out gradually, like have 
a formula which reduces
   the 49 to say 40-ish and so on?


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