-
-
Notifications
You must be signed in to change notification settings - Fork 784
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
Loadpoint: fix reentrant locks #2 #18669
Conversation
25a22e7
to
cd6a9f7
Compare
@andig server doesn't startup even to port 7070 had to make some changes below is here is the pprof
I removed lock in If RLock/RUnlock can be mocked/intercepted in tests then would be easy to count and ensure via tests never called in a way to cause this issue in future. |
@jeffborg great idea. Fixed bug and added test support. Should catch this type of error immediately without waiting for test timeout. |
Fix reentrant locks in #18603 (comment). Follow-up to #18650.