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
How did we deal with a situation like this during the past? The components may abandon some configurations occasionally. And if we do not have a solution for this inside tiup or the components, maybe it will bring a lot of OnCall cases or upgrade document work.
The components have changed the behaviors of treating abandoned configurations, print some warnings instead of panic, this rule can be applied to >= 4.0.2.
Bug Report
Please answer these questions before submitting your issue. Thanks!
Deploy and start a v4.0.1 cluster with config
experimental.allow-auto-random = true
tiup cluster upgrade $cluster_name nightly
tidb has removed the configuration on master.
Workaround: Use
cluster edit-config
remove the configuration and then upgrade.What did you expect to see?
Upgrade successfully
What did you see instead?
Upgrade failed because of tidb-server config check failed
What version of TiUP are you using (
tiup --version
)?1.0.7
The text was updated successfully, but these errors were encountered: