-
Notifications
You must be signed in to change notification settings - Fork 265
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
ovn-controller show 100% cpu #270
Comments
we use gdb to debug the process:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
ovs: 2.16.2
ovn: branch-21.09
Description
we run ovn-appctl command and found there's no any message. Then we run top command:
we use strace command to trace stack:
Then check the 141 process:
We also query related sockets for ovn-controller:
We found the connection from sb-relay stay close_wait state. Based on the above information, we are not sure that the connection cause the ovn_pinctrl0 process is locked? Or the lock from ovn_pinctrl0 process cause the connection from sb-relay stay close_wait state?
The text was updated successfully, but these errors were encountered: