-
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 still fail at checksum stage when set checksum = "optional"
#45382
Labels
affects-6.1
affects-6.5
affects-7.1
component/lightning
This issue is related to Lightning of TiDB.
severity/moderate
type/bug
The issue is confirmed as a bug.
Comments
tidb/br/pkg/lightning/importer/table_import.go Lines 1036 to 1047 in 7b1cf3b
We should let OpLevelOptional suppress the error of DoChecksum as well |
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.1
affects-6.5
affects-7.1
component/lightning
This issue is related to Lightning of TiDB.
severity/moderate
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
set
checksum = "optional"
in configuration file, and checksum meets error [tikv:9005]Region is unavailable2. What did you expect to see? (Required)
lightning import task is passed
3. What did you see instead (Required)
lightning import task is failed
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: