[MDEV-17601] MariaDB Galera does not expect 'mbstream' as streamfmt in the [sst] section and defaults to non-default 'tar' Created: 2018-11-02 Updated: 2021-07-08 Resolved: 2020-01-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera SST |
| Affects Version/s: | 10.1.36 |
| Fix Version/s: | 10.1.44, 10.2.31, 10.3.22, 10.4.12 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Claudio Nanni | Assignee: | Julius Goryavsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Using: [sst] causes SST to fail because the format defaults for some reason to 'tar' A quick investigation led to find that while wsrep_sst_mariabackup uses 'mbstream' as binary for streaming, it only handles the parameter value 'xbstream'.
Maybe it would be useful to have wsrep_sst_mariabackup accept both xbstream and mbstream and map them both to 'mbstream' so to assure a smooth migration for who migrates from xtrabackup sst method to mariabackup. Or, imho, if it should only accept one value, that would be 'mbstream' in MariaDB Galera using mariabackup as sst method. |
| Comments |
| Comment by Julius Goryavsky [ 2020-01-21 ] |
|
Fixed, https://github.com/MariaDB/server/commit/982294ac1680938ac9223fb64a64e21f0cbc322a |