acherla commented on PR #14533: URL: https://github.com/apache/druid/pull/14533#issuecomment-1671188204
@kfaraz I am wondering if we can instead default this to a percentage of CPU cores on the machine instead of defaulting it to a value of 5 if the value is not present for taskCompleteHandlerNumThreads? Maybe max 30% of available Runtime.getRuntime().availableProcessors() or 5? this.taskCompleteHandlerNumThreads = Configs.valueOrDefault(taskCompleteHandlerNumThreads, 5); -- 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]
