Skip to content

Commit

Permalink
*: add a limit for smooth upgrade (pingcap#13713)
Browse files Browse the repository at this point in the history
  • Loading branch information
ran-huang authored May 31, 2023
1 parent baa363b commit 4087ab0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smooth-upgrade-tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ When using the smooth upgrade feature, note the following limitations.

* Before the upgrade, if there is a canceling DDL job in the cluster, that is, an ongoing DDL job is being canceled by a user, because the job in the canceling state cannot be paused, TiDB will retry canceling the job. If the retry fails, an error is reported and the upgrade is exited.

* In scenarios of using TiUP to upgrade TiDB, because TiUP upgrade has a timeout period, if the cluster has a large number of DDL jobs (more than 300) waiting in queues before the upgrade, the upgrade might fail.

* During the upgrade, the following operations are not allowed:

* Run DDL operations on system tables (`mysql.*`, `information_schema.*`, `performance_schema.*`, and `metrics_schema.*`).
Expand Down

0 comments on commit 4087ab0

Please sign in to comment.