-
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
util/admin: support admin check index on partition table #17183
util/admin: support admin check index on partition table #17183
Conversation
Signed-off-by: crazycs520 <crazycs520@gmail.com>
Signed-off-by: crazycs520 <crazycs520@gmail.com>
@tiancaiamao @zimulala PTAL |
/run-unit-test |
…ycs520/tidb into admin-check-partition-index
Signed-off-by: crazycs520 <crazycs520@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #17183 +/- ##
===========================================
Coverage 80.3230% 80.3230%
===========================================
Files 521 521
Lines 142908 142908
===========================================
Hits 114788 114788
Misses 19160 19160
Partials 8960 8960 |
/run-unit-test |
LGTM |
Signed-off-by: crazycs520 <crazycs520@gmail.com>
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 |
/run-cherry-picker |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-3.0 in PR #17390 |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-3.1 in PR #17391 |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-4.0 in PR #17392 |
Signed-off-by: sre-bot <sre-bot@pingcap.com> Co-authored-by: crazycs <crazycs520@gmail.com>
Signed-off-by: crazycs520 crazycs520@gmail.com
What problem does this PR solve?
Close #17398
As title said.
Before this PR,
admin check index
on partition table will panic.What is changed and how it works?
This PR removes the
CheckIndexExec
executor, and useCheckTableExec
executor to doadmin check index
.Related changes
Check List
Tests
Side effects
Release note