-
Notifications
You must be signed in to change notification settings - Fork 289
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
owner: fix schema snapshot read from TiKV #2604
owner: fix schema snapshot read from TiKV #2604
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
2 similar comments
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
Codecov Report
@@ Coverage Diff @@
## master #2604 +/- ##
================================================
+ Coverage 56.0786% 61.2056% +5.1270%
================================================
Files 169 161 -8
Lines 20605 17915 -2690
================================================
- Hits 11555 10965 -590
+ Misses 7919 5953 -1966
+ Partials 1131 997 -134 |
/run-integration-tests |
/run-unit-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: b37220c
|
/run-integration-tests |
2 similar comments
/run-integration-tests |
/run-integration-tests |
In response to a cherrypick label: new pull request created: #2607. |
In response to a cherrypick label: new pull request created: #2608. |
In response to a cherrypick label: new pull request created: #2609. |
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created: #2610. |
What problem does this PR solve?
Close #2603
What is changed and how it works?
ddl_reentrant
so that similar bugs will not be reintroduced in the future.Check List
Tests
Related changes
Release note