[MDEV-22382] Cluster nodes out of sync without error/warning message Created: 2020-04-28 Updated: 2020-11-19 Resolved: 2020-11-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.2.9 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | eason | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Description |
|
We are running a 3 (A,B,C) nodes (8cores, 16GB) mariadb galera cluster on production. The applications only connect to A node with read/write account. Recently we found the B and C were of sync with A and only the schema change and some databases can be syncd to each other. (Use InnoDB engine). From the SHOW STATUS LIKE 'wsrep%' for each node , both 3 nodes has the same wsrep_cluster_state_uuid and wsrep_local_state_uuid , the wsrep_local_state_comment was labeled as 'synced'. How to trouble shooting and resolve this kind of issue ? Node A:
Node C:
|
| Comments |
| Comment by Jan Lindström (Inactive) [ 2020-11-19 ] |
|
Can you please upgrade your server to more recent version of MariaDB and Galera library and if this is still reproducible, please include full error logs to a new bug report. |