-
Notifications
You must be signed in to change notification settings - Fork 385
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
cache: Ensure that goroutines never block #2272
Conversation
/gcbrun |
The good news is that it looks like the condition that could have triggered this is very unlikely, internal errors resulting from corruption or the wrong proto type. |
Yeah, this fix is mainly to make the static analysis tool happy (see the bug). |
We can also assert that |
db22bd0
to
feab950
Compare
Codecov Report
@@ Coverage Diff @@
## master #2272 +/- ##
==========================================
- Coverage 65.06% 65.02% -0.04%
==========================================
Files 117 117
Lines 8904 8906 +2
==========================================
- Hits 5793 5791 -2
- Misses 2451 2454 +3
- Partials 660 661 +1
Continue to review full report at Codecov.
|
Fixes #2271