[MDEV-30686] With wsrep_sst_rsync , Node goes into endless loop when trying to establish connection to donor for IST Created: 2023-02-20 Updated: 2023-10-10 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Galera, Galera SST |
| Affects Version/s: | 10.5, 10.6 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Pramod Mahto | Assignee: | Julius Goryavsky |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | FreeBSD | ||
| Description |
|
Platform: FreeBSD With regex in wsrep_sst_rsync script function check_pid_and_port :
If the database is bind on specific IP address, not * the IST will never happen and Joiner node will loop forever and wait "rsync" to start listen on * . When we remove lsof package, the * wsrep_sst_rsync* script fallback to sockstat and its working fine. |