You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/12/21 05:25:53 UTC

[GitHub] [incubator-pinot] samarth-gupta-traceable opened a new issue #6374: make MAX_NUM_THREADS_PER_QUERY configurable

samarth-gupta-traceable opened a new issue #6374:
URL: https://github.com/apache/incubator-pinot/issues/6374


   make MAX_NUM_THREADS_PER_QUERY configurable. 
   Currently it depends on `Runtime.getRuntime().availableProcessors()` , due to which user is forced request high number of CPU in k8 deployments 
   
   https://github.com/apache/incubator-pinot/blob/master/pinot-core/src/main/java/org/apache/pinot/core/operator/combine/CombineOperatorUtils.java#L38


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

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



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


[GitHub] [incubator-pinot] samarth-gupta-traceable commented on issue #6374: make MAX_NUM_THREADS_PER_QUERY configurable

Posted by GitBox <gi...@apache.org>.
samarth-gupta-traceable commented on issue #6374:
URL: https://github.com/apache/incubator-pinot/issues/6374#issuecomment-748879492


   created PR" https://github.com/apache/incubator-pinot/pull/6375


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

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



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