-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG]The yurthub consuming too much CPU #1605
Comments
@huweihuang would you like to upload the metrics of yurthub? curl http://127.0.0.1:10267/metrics |
@huweihuang As the flame graph, it seems that the process of writing response back to clients(like kubelet) cost most of cpu resource. and what's the overhead of machine when yurthub cost most of the cpu cores? |
|
@huweihuang by the way, what's the version of the yurthub? and what's the golang version that used to compile yurthub? |
yurthub: projectinfo.Info{GitVersion:"-d9f74ab", GitCommit:"d9f74ab", BuildDate:"2023-07-11T02:04:11Z", GoVersion:"go1.18.10", Compiler:"gc", Platform:"linux/amd64", AllVersions:[]string{""}} |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
What happened:
The yurthub consuming too much CPU, If there is no CPU limit, it will consume more than 4 cores. Not normal compared to other nodes
Environment:
yurthub image id
Anything else we need to know?:
top CPU of pprof:
flame graph
goroutine:
/kind bug
The text was updated successfully, but these errors were encountered: