-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
affects-7.1This bug affects the 7.1.x(LTS) versions.This bug affects the 7.1.x(LTS) versions.component/ddlThis issue is related to DDL of TiDB.This issue is related to DDL of TiDB.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Start a cluster, it has two TiDBs, and the version is v7.1.1.
Then upgrade TiDB1 and TiDB2 to master in the meantime.
- Before TiDB1 does
PauseAllJobsBySystem
, TiDB2 does bootstrap's DDL ops(likeadd column
for tidb_background_subtask). - Before TiDB2 finishes bootstrap's DDL(
add column
for tidb_background_subtask), TiDB1 doesPauseAllJobsBySystem
2. What did you expect to see? (Required)
Upgrade successfully.
3. What did you see instead (Required)
Upgrade block( add column
for tidb_background_subtask block).
4. What is your TiDB version? (Required)
master
Metadata
Metadata
Assignees
Labels
affects-7.1This bug affects the 7.1.x(LTS) versions.This bug affects the 7.1.x(LTS) versions.component/ddlThis issue is related to DDL of TiDB.This issue is related to DDL of TiDB.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.