[MDEV-29246] WSREP_CLUSTER_SIZE at 0 after rolling update a node from 10.3 to 10.4 Created: 2022-08-04 Updated: 2023-01-03 Resolved: 2022-08-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.3.35, 10.4.25 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Claudio Nanni | Assignee: | Ramesh Sivaraman |
| Resolution: | Not a Bug | Votes: | 4 |
| Labels: | None | ||
| Attachments: |
|
||||||||||||||||||||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
A problem that supposedly was fixed ( wsrep_cluster_size as 0 The versions are: On existing 2 nodes: galera-25.3.35-1.el7.centos.x86_64 On upgraded node: Tried a workaround also, starting with wsrep_on=OFF and turning it on afterwards, no luck (see attached) |
| Comments |
| Comment by Ramesh Sivaraman [ 2022-08-05 ] | |||||||||||||||||||||||||||
|
jplindst wsrep_cluster_size becomes zero only when SST is triggered after an upgrade. Restarting the upgraded node will resolve this issue.
If the upgraded node does't start SST, wsrep_cluster_size shows correctly after an upgrade.
| |||||||||||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2022-08-25 ] | |||||||||||||||||||||||||||
|
ramesh Can you re-test with branch bb-10.4- | |||||||||||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2022-08-25 ] | |||||||||||||||||||||||||||
|
As noted in error log
this is not a bug. 10.3 does not store view into stable storage so to see correct wsrep_cluster_size value all nodes need to be upgraded to 10.4. Workaround as noted is to restart already upgraded 10.4 node. |