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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
