-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
[3.5]Replace unnecessary Lock()/Unlock()s with RLock()/RUnlock()s #16297
base: release-3.5
Are you sure you want to change the base?
[3.5]Replace unnecessary Lock()/Unlock()s with RLock()/RUnlock()s #16297
Conversation
Signed-off-by: caojiamingalan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hey @CaojiamingAlan - Can you please rebase this pr to resolve conflicts? Thanks 🙏🏻 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Discussed during sig-etcd triage meeting. @CaojiamingAlan it would be great to get this merged can you please rebase this? |
I'll try but I don't know whether I still remember the context...... |
Follow up #16068 (comment)
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.