Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDL job not advancing after TiDB upgrade #43850

Closed
Tracked by #39751
aytrack opened this issue May 16, 2023 · 0 comments · Fixed by #43894
Closed
Tracked by #39751

DDL job not advancing after TiDB upgrade #43850

aytrack opened this issue May 16, 2023 · 0 comments · Fixed by #43894
Assignees
Labels
affects-7.1 feature/developing the related feature is in development severity/critical sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@aytrack
Copy link
Contributor

aytrack commented May 16, 2023

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. deploy a cluster
  2. using sysbench add some data and create index for the table
  3. upgrade cluster set tidb with --with-mock-upgrade
  4. check the ddl jobs

2. What did you expect to see? (Required)

all ddl jobs will resume and running well

3. What did you see instead (Required)

a ddl job can not advance
图片

4. What is your TiDB version? (Required)

MySQL [(none)]> select tidb_version();
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| tidb_version()                                                                                                                                                                                                                                                                                               |
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Release Version: v7.1.0-upgrade
Edition: Community
Git Commit Hash: 63d719517832dc84cc30b393b6c96a3767c4bead
Git Branch: heads/refs/tags/v7.1.0-upgrade
UTC Build Time: 2023-05-12 11:10:27
GoVersion: go1.20.3
Race Enabled: false
TiKV Min Version: 6.2.0-alpha
Check Table Before Drop: false
@aytrack aytrack added type/bug The issue is confirmed as a bug. sig/sql-infra SIG: SQL Infra severity/critical feature/developing the related feature is in development labels May 16, 2023
@ti-chi-bot ti-chi-bot bot added may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 may-affects-7.1 labels May 16, 2023
@aytrack aytrack added affects-7.1 and removed may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 may-affects-7.1 labels May 16, 2023
@zimulala zimulala self-assigned this May 16, 2023
ti-chi-bot bot pushed a commit that referenced this issue May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.1 feature/developing the related feature is in development severity/critical sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants