ankitsultana opened a new pull request, #10001:
URL: https://github.com/apache/pinot/pull/10001

   **Context:** At present the thread pool used by the http-server uses 
maxPoolSize = corePoolSize = Runtime.getRuntime().availableProcessors() * 2.
   
   We need to tune the thread pool in some cases when the work load is not CPU 
bound (e.g. in controller).
   
   **Test Plan**: Added a UT. Also tested on local by starting a controller and 
setting the config in controller.conf.
   


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to