-
Notifications
You must be signed in to change notification settings - Fork 310
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
Fix potential deadlock in ResourceManager #925
Fix potential deadlock in ResourceManager #925
Conversation
f519218
to
76f27a1
Compare
76f27a1
to
f1a258f
Compare
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.
Niceee! I like the change. LGTM
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #925 +/- ##
==========================================
+ Coverage 31.53% 31.54% +0.01%
==========================================
Files 94 94
Lines 10889 10885 -4
Branches 7465 7461 -4
==========================================
Hits 3434 3434
Misses 805 805
+ Partials 6650 6646 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Thank you!
This PR fixes a potential deadlock in ResourceManager detected bei TSAN: