-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
executor: fix data race of "admin check table" #11568
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11568 +/- ##
===========================================
Coverage 81.3131% 81.3131%
===========================================
Files 426 426
Lines 92375 92375
===========================================
Hits 75113 75113
Misses 11893 11893
Partials 5369 5369 |
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
cherry pick to release-3.0 failed |
It seems that, not for sure, we failed to cherry-pick this commit to release-3.0. Please comment '/run-cherry-picker' to try to trigger the cherry-picker if we did fail to cherry-pick this commit before. @zimulala PTAL. |
What problem does this PR solve?
Fix the data race as follows:
What is changed and how it works?
Add a
Close
forCheckTableExec
to close allsrcs
.Use
ExecToErr
instead ofExec
Check List
Tests
Related changes