-
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
v5.4.0 list partition can't work after restarting tidb #32416
Labels
affects-5.0
This bug affects 5.0.x versions.
affects-5.1
This bug affects 5.1.x versions.
affects-5.2
This bug affects 5.2.x versions.
affects-5.3
This bug affects 5.3.x versions.
affects-5.4
This bug affects the 5.4.x(LTS) versions.
severity/major
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
Comments
@Defined2014 @wjhuang2016 PTAL |
wshwsh12
changed the title
v5.4.0 list partition can't work in master
v5.4.0 list partition can't work after restarting tidb
Feb 16, 2022
ti-chi-bot
added
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.
labels
Feb 17, 2022
@mjonss PTAL |
The problem is that, ForListPruning builds the hashMap in |
This also affects the master. This problem can also occur in the following scenario:
The above scenario is analyzed in detail: In step 1
In step 2
|
12 tasks
zimulala
added
affects-5.0
This bug affects 5.0.x versions.
affects-5.1
This bug affects 5.1.x versions.
affects-5.2
This bug affects 5.2.x versions.
affects-5.3
This bug affects 5.3.x versions.
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.0
This bug maybe affects 5.0.x versions.
labels
Feb 25, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 3, 2022
12 tasks
This was referenced Mar 3, 2022
wshwsh12
pushed a commit
to wshwsh12/tidb
that referenced
this issue
Mar 7, 2022
12 tasks
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.0
This bug affects 5.0.x versions.
affects-5.1
This bug affects 5.1.x versions.
affects-5.2
This bug affects 5.2.x versions.
affects-5.3
This bug affects 5.3.x versions.
affects-5.4
This bug affects the 5.4.x(LTS) versions.
severity/major
sig/sql-infra
SIG: SQL Infra
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)
New v5.4.0 cluster with new collation, and run the following sql:
Then restart tidb
And then upgrade to master(3738dec):
it works.. But I don't think it is a fix. There may be some potential problems.
2. What did you expect to see? (Required)
All veresion can works. Or some explicit bug fix.
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
v5.4, master
The text was updated successfully, but these errors were encountered: