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
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Maybe not affect the released version, need furthur investigation.
I create a cluster several days ago, and today I git pull the master and restart the tidb, I find tidb fails to start.
I print the error and the error stack look likes this:
It might be related to #40984
Shall we use create table IF NOT EXIST ...?
Feel free to close it if this does not really affect any released tidb. @Defined2014
This will break the upgrade compatibility of the master version tidb-server, you can manually delete the mysql.tidb_ddl_backfill and mysql.tidb_ddl_backfill_history with the old version tidb-server to solve this problem
It's a known issue and just affect the master branch, so close it.
The #40984 will break the upgrade compatibility of the master version tidb-server, you can manually delete the mysql.tidb_ddl_backfill and mysql.tidb_ddl_backfill_history with the old version tidb-server to solve this problem.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Maybe not affect the released version, need furthur investigation.
I create a cluster several days ago, and today I git pull the master and restart the tidb, I find tidb fails to start.
I print the error and the error stack look likes this:
I worry some of the change might break the upgrade compatability so I file this issue.
2. What did you expect to see? (Required)
The master tidb binary should work with the cluster I created several days ago.
3. What did you see instead (Required)
TiDB fails to start.
4. What is your TiDB version? (Required)
ba21e73
The text was updated successfully, but these errors were encountered: