-
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
snapshot infoschema should block GC #57952
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
priority/release-blocker
This issue blocks a release. Please solve it ASAP.
severity/critical
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
Comments
13 tasks
/cc @MyonKeminta |
maybe #57960 is also related? Maintaining minTS for GC should be designed at a proper layer, without these special handling of infoschema and analyze |
I'm not sure. We need to check the error stack to confirm it. |
ti-chi-bot
bot
added
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
may-affects-8.1
may-affects-8.5
labels
Dec 5, 2024
wjhuang2016
added
priority/release-blocker
This issue blocks a release. Please solve it ASAP.
and removed
type/enhancement
The issue or PR belongs to an enhancement.
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
may-affects-8.1
labels
Dec 5, 2024
13 tasks
tiancaiamao
added
affects-8.5
This bug affects the 8.5.x(LTS) versions.
and removed
may-affects-8.5
labels
Dec 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
priority/release-blocker
This issue blocks a release. Please solve it ASAP.
severity/critical
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
Enhancement
Currently, the meta package use old transaction API, unlike normal internal transaction, those APIs can not block the GC safepoint advancing (not updating min start ts).
This may cause "GC life time is shorter than transaction duration" error for InfoSchema V2.
Maybe a possible fix is collect the min start ts of all snapshot infoschemas.
The text was updated successfully, but these errors were encountered: