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
But if we start multi tidb notes on a new cluster, it will do the same bootstrap works in all the notes. Which will cause write conflict and some errors.
Actually, the DDL is only handled by the owner note, so we can figure out whether the node is the owner, and then do the bootstrap, otherwise wait for the cluster to upgrade/bootstrap to the expected version.
The text was updated successfully, but these errors were encountered:
We will do some DDL and DML works when the cluster is not bootstrapped.
https://github.com/pingcap/tidb/blob/master/session/bootstrap.go#L252
But if we start multi tidb notes on a new cluster, it will do the same bootstrap works in all the notes. Which will cause write conflict and some errors.
Actually, the DDL is only handled by the owner note, so we can figure out whether the node is the owner, and then do the bootstrap, otherwise wait for the cluster to upgrade/bootstrap to the expected version.
The text was updated successfully, but these errors were encountered: