[MDEV-15610] Add SST for asynchronous slaves Created: 2018-03-20 Updated: 2022-08-26 Resolved: 2022-08-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Manjot Singh (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 2 |
| Labels: | sst | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
One of the common pain points for DBAs is creating and managing slaves. Since MariaDB already contains Galera libraries, the SST portion could be leveraged to allow async slave creation after a fresh install. Flow:
|
| Comments |
| Comment by Daniel Black [ 2018-03-23 ] |
|
would require:
|
| Comment by Manjot Singh (Inactive) [ 2018-03-23 ] |
|
| Comment by Geoff Montee (Inactive) [ 2019-11-20 ] |
|
Galera's SST scripts are very fragile, and when they break, the issues can be difficult to debug. If MDEV-21106 were implemented in MariaDB Server, then the clone plugin could also be used for this. |