Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make CPU config of Container configurable under MoK mode #16007

Closed
asdf2014 opened this issue Feb 29, 2024 · 0 comments · Fixed by #16008
Closed

Make CPU config of Container configurable under MoK mode #16007

asdf2014 opened this issue Feb 29, 2024 · 0 comments · Fixed by #16008

Comments

@asdf2014
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant