[MDEV-26197] wsrep_sst_rsync fails if log-bin configured without log-bin-index Created: 2021-07-21 Updated: 2023-03-03 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Galera SST |
| Affects Version/s: | 10.4.20 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Stefan Coetzee | Assignee: | Julius Goryavsky |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | regression | ||
| Attachments: |
|
| Description |
|
Since upgrading to 10.4.20 it's no longer possible to join a wsrep configured cluster without specifying log-bin-index if you've configured log-bin. It looks like the new get_binlog function in wsrep_sst_common no longer takes mariadb/mysql defaults into consideration for log-bin-index and as such can't find the binlog index when a node joins the cluster. |