-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.priority/release-blockerThis issue blocks a release. Please solve it ASAP.This issue blocks a release. Please solve it ASAP.severity/criticalsig/sql-infraSIG: SQL InfraSIG: SQL Infratype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
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.
Metadata
Metadata
Assignees
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.priority/release-blockerThis issue blocks a release. Please solve it ASAP.This issue blocks a release. Please solve it ASAP.severity/criticalsig/sql-infraSIG: SQL InfraSIG: SQL Infratype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.