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
If a new client is used with an old cluster, it may try to use options or flags the old server does not understand. Instead, there could be a Config option (or make it mandatory) to compare the client version against the cluster version; if the cluster is behind the client, the client will refuse to start.
Really the server should reject unknown fields exactly for this reason (instead of having to roll out own crummy versioning system), but it seems that feature was removed from proto3 because Google Knows Best.
If a new client is used with an old cluster, it may try to use options or flags the old server does not understand. Instead, there could be a
Config
option (or make it mandatory) to compare the client version against the cluster version; if the cluster is behind the client, the client will refuse to start.Related: #6422
The text was updated successfully, but these errors were encountered: