add index and import into may generate wrong plan with more nodes #48368
Labels
affects-7.5
component/ddl
This issue is related to DDL of TiDB.
feature/developing
the related feature is in development
severity/major
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)
Add index run on tidb with label “background" with subtask cnt cnt1.
3. What did you see instead (Required)
Add index run on tidb with label “background" with subtask cnt cnt2 = 2*cnt1.
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: