You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would propose to move the preSplitAndScatter call into the ddl worker instead, probably directly after the new table/partitions are created, before they are public to be written.
I don't think this requirement is reasonable, and we don't promise that the DDL job time is equal to the execution time of the DDL SQL statement. DDL job execution time is only a part, not the whole time, of DDL SQL statement execution time.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
the time for truncate table from ddl jobs info should consistent with client's time
3. What did you see instead (Required)
you can see that client wait a long time but the ddl info record only a few time.
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: