[MDEV-18944] Document rolling upgrade issues related to "Unsupported RecordSet version: 2" Created: 2019-03-15 Updated: 2019-03-22 Resolved: 2019-03-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation - Support, Galera |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Kenneth Dyer (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Galera 25.3.23 changed an internal RecordSet version number. This means that when you perform a rolling upgrade and your cluster contains nodes running mixed versions, where some are running Galera >= 25.3.23, and others are running Galera < 25.3.23, you can run into errors like this:
We should probably document this somewhere. Should this be in the release notes? It looks like Galera 25.3.23 was first added in MariaDB 10.1.32 and 10.2.13: https://mariadb.com/kb/en/library/mariadb-10132-release-notes/ https://mariadb.com/kb/en/library/mariadb-10213-release-notes/ It looks like MariaDB 10.3 was still in RC when Galera 25.3.23 was released, so we probably don't have to worry about documenting anything for that: https://mariadb.com/kb/en/library/mariadb-1035-release-notes/ |
| Comments |
| Comment by Geoff Montee (Inactive) [ 2019-03-20 ] |
|
I added the following note:
https://mariadb.com/kb/en/library/upgrading-between-minor-versions-with-galera-cluster/ |