-
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
Lightning: remote checksum call SQL than function #41941
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.2
component/lightning
This issue is related to Lightning of TiDB.
severity/major
type/bug
The issue is confirmed as a bug.
type/enhancement
The issue or PR belongs to an enhancement.
Comments
12 tasks
ti-chi-bot
bot
added
may-affects-5.1
This bug maybe affects 5.1.x versions.
may-affects-5.2
This bug maybe affects 5.2.x versions.
may-affects-5.3
This bug maybe affects 5.3.x versions.
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
labels
Jun 20, 2023
niubell
added
affects-7.2
component/lightning
This issue is related to Lightning of TiDB.
and removed
may-affects-5.1
This bug maybe affects 5.1.x versions.
may-affects-5.2
This bug maybe affects 5.2.x versions.
may-affects-5.3
This bug maybe affects 5.3.x versions.
may-affects-5.4
This bug maybe affects 5.4.x versions.
labels
Jun 20, 2023
12 tasks
niubell
added
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
labels
Jun 21, 2023
This was referenced Jun 21, 2023
16 tasks
12 tasks
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.2
component/lightning
This issue is related to Lightning of TiDB.
severity/major
type/bug
The issue is confirmed as a bug.
type/enhancement
The issue or PR belongs to an enhancement.
Problem
Lightning remote checksum calls the same function as the
admin checksum table xxx
SQL statement, but when the checksum failed, it's too hard to locate the checksum problems than the SQL statement way.Enhancement
Use
admin checksum table xxx
SQL statement to get the remote checksumThe text was updated successfully, but these errors were encountered: