asdf2014 opened a new issue, #16007: URL: https://github.com/apache/druid/issues/16007
### Description  In the Druid cluster with MoK mode, we can observe that the CPU usage of task Pod always touched the 100% limit, which affecting the performance of ingestion progress. ### Motivation After researched the relevant resource code, we can discovered that the CPU configuration for Container in K8s cluster has been fixed as `new Quantity("1000", "m")`, which is equal to one core. It would be better to make it configurable to handle various business scenarios. -- 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]
