[MXS-2775] Document that a crashed master can break auto_rejoin with semisynchronous replication Created: 2019-11-20 Updated: 2020-08-25 Resolved: 2019-11-22 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | mariadbmon |
| Affects Version/s: | 2.3.14, 2.4.3 |
| Fix Version/s: | 2.3.15, 2.4.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Esa Korhonen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
In MariaDB Server, semisynchronous replication can face some negative consequences when the master crashes. The specific consequence depends on the value of rpl_semi_sync_master_wait_point. The consequences are explained in the following documentation section: https://mariadb.com/kb/en/library/semisynchronous-replication/#configuring-the-master-wait-point When rpl_semi_sync_master_wait_point is set to AFTER_SYNC, the consequences are:
When rpl_semi_sync_master_wait_point is set to AFTER_COMMIT, the consequences are:
If auto_rejoin is configured in MariaDB Monitor, then both of these cases can cause the master to fail to rejoin as a slave when it is restarted. We should make sure that this information is documented: https://mariadb.com/kb/en/mariadb-maxscale-23-mariadb-monitor/#limitations-and-requirements https://mariadb.com/kb/en/mariadb-maxscale-24-mariadb-monitor/#limitations-and-requirements |