-
Notifications
You must be signed in to change notification settings - Fork 5.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
store: add lock for runtime stats to fix panic caused by concurrent execution #18983
Conversation
Signed-off-by: crazycs520 <crazycs520@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #18983 +/- ##
===========================================
Coverage 79.3862% 79.3862%
===========================================
Files 546 546
Lines 147964 147964
===========================================
Hits 117463 117463
Misses 21009 21009
Partials 9492 9492 |
Signed-off-by: crazycs520 <crazycs520@gmail.com>
/run-all-tests |
Signed-off-by: crazycs520 <crazycs520@gmail.com>
…to fix-panix-map
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
/run-all-tests |
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
/run-check_dev_2 |
/run-unit-test |
1 similar comment
/run-unit-test |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #18991 |
Signed-off-by: crazycs520 crazycs520@gmail.com
What problem does this PR solve?
fix #18985
What is changed and how it works?
Related changes
Check List
Tests
Side effects
Release note