-
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: panic when de-duplication #34163
Labels
affects-5.4
This bug affects the 5.4.x(LTS) versions.
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.2
component/lightning
This issue is related to Lightning of TiDB.
severity/moderate
type/bug
The issue is confirmed as a bug.
Comments
/component lightning |
/severity major |
/affects-5.4 |
affects-5.4 |
/severity moderate |
/assign D3Hunter |
/assign ForwardStar |
/unassign D3Hunter |
12 tasks
ForwardStar
added a commit
to ForwardStar/tidb
that referenced
this issue
Aug 2, 2022
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Aug 19, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Aug 24, 2022
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 16, 2022
This was referenced Oct 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.4
This bug affects the 5.4.x(LTS) versions.
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.2
component/lightning
This issue is related to Lightning of TiDB.
severity/moderate
type/bug
The issue is confirmed as a bug.
Bug Report
lightning 5.4.0 panic when de-duplication when there's previous leftted data in
conflict_error_v1
and the table ddl is different with previous task which also has this tableroot cause is this sql didn't specify taskid, so data of previous task is queried, when decoding using current ddl, panic.
tidb/br/pkg/lightning/errormanager/errormanager.go
Lines 110 to 114 in 55f3b24
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
success
3. What did you see instead (Required)
panic
4. What is your TiDB version? (Required)
5.3.1
The text was updated successfully, but these errors were encountered: