-
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 |
ti-chi-bot
added
the
component/lightning
This issue is related to Lightning of TiDB.
label
Apr 21, 2022
/severity major |
ti-chi-bot
added
severity/major
may-affects-4.0
This bug maybe affects 4.0.x versions.
may-affects-5.0
This bug maybe affects 5.0.x versions.
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.0
labels
Apr 21, 2022
/affects-5.4 |
affects-5.4 |
/severity moderate |
sleepymole
added
affects-5.4
This bug affects the 5.4.x(LTS) versions.
affects-6.0
and removed
may-affects-4.0
This bug maybe affects 4.0.x versions.
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-5.0
This bug maybe affects 5.0.x versions.
may-affects-6.0
severity/major
labels
Apr 22, 2022
/assign D3Hunter |
/assign ForwardStar |
/unassign D3Hunter |
12 tasks
ForwardStar
added a commit
to ForwardStar/tidb
that referenced
this issue
Aug 2, 2022
12 tasks
D3Hunter
added
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.2
and removed
affects-6.0
affects-6.2
labels
Aug 12, 2022
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: