multi-schema-change fast reorg has no chance to save checkpoint #53165
Labels
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
component/ddl
This issue is related to DDL of TiDB.
severity/moderate
type/bug
The issue is confirmed as a bug.
We use
FlushModeAuto
to save checkpointtidb/pkg/ddl/ingest/checkpoint.go
Line 199 in dded4ea
But when
indexIDs
has more than one elements, each index (engine) check flush based on shared last flush time and will update the time immediatelytidb/pkg/ddl/ingest/backend.go
Lines 287 to 288 in dded4ea
It's unlikely that all engines are flushed
tidb/pkg/ddl/ingest/flush.go
Lines 18 to 31 in dded4ea
The text was updated successfully, but these errors were encountered: