[MDEV-22519] MariaDB 10.4.12 Galera 4 version : Replication Recovery fails on DR Nodes Created: 2020-05-10 Updated: 2021-12-23 Resolved: 2021-12-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.4.12 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Tarun | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MariaDB 10.4.12 using Galera 4 |
||
| Description |
|
We have MariaDB 10.4.12 Galera 4 DR ( 3 node Streaming Replication ) , where MariaDB Service is UP on Primary Node and on DR Nodes MariaDB Service is down. We have uninstalled MariaDB 10.4.12 & Galera 4 Software on both DR nodes without touching Primary Node. Data is getting Loaded on Primary Node. We once again installed MariaDB 10.4.12 & Galera 4 Software from Open Source Repository on both DR nodes and deleted content of mysql folder. When we try to start MariaDB service on DR node , We can see on Primary node wsrep_cluster_size = 2 and it is trying to recover data on DR Nodes and DR Nodes is trying to Join Galera Cluster It Recovers all data on failed Node but it fails to start the MariaDB Service on DR Nodes. Below are the contents of Error Log 2020-05-10 15:07:42 0 [ERROR] WSREP: Process completed with error: wsrep_sst_rsync --role 'joiner' --address '10.21.138.33' --datadir '/opt/db/data/mysql/' --parent '50025' --mysqld-args --wsrep_start_position=00000000-0000-0000-0000-000000000000:-1: 3 (No such process) rsynced version 3.1.2 starting , listening on port 4444 |
| Comments |
| Comment by Tarun [ 2020-05-27 ] |
|
This issue is resolved . We are able to rebuild DR Nodes. |