-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat: fix deadlock in Commit #3191 #3193
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: dominic.qiyang <[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.
I don’t see anything that should break from this… I’ve not proven that it would solve the deadlock. But it’s a good step.
I thought this change might help break the deadlock by decoupling the two locks — |
Yes, I think it should work as well. But I’m not certain that it would. The phrasing was a bit of a play on:
|
Haha, yeah — it’s not been properly verified yet. |
Signed-off-by: dominic.qiyang <[email protected]>
|
Thank you for your contribution! However, this pull request has not had any activity in the past 90 days and will be closed in 30 days if no updates occur. |
|
I still continue to approve this PR. |
Fix Issue #3191