Data inconsistency after adding indexes with multi-schema optimization #51746
Labels
affects-7.5
affects-7.6
component/ddl
This issue is related to DDL of TiDB.
fuzz/schrddl
severity/critical
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)
2. What did you expect to see? (Required)
Both of temp indexes get merged.
3. What did you see instead (Required)
There are two indexes, but only one "merge temp index" log is observed. It is possible that one of temp index is not merged. That means if there are workload during adding index on the this table, data must be inconsistency.
4. What is your TiDB version? (Required)
47a990e
The text was updated successfully, but these errors were encountered: