[MDEV-15128] Galera cluster synchronization fails when using custom decompressor with arguments Created: 2018-01-30 Updated: 2021-10-15 Resolved: 2021-10-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera SST |
| Affects Version/s: | 10.2.12, 10.3.4 |
| Fix Version/s: | 10.2.40 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Benjamin MALYNOVYTCH | Assignee: | Seppo Jaakola |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | contribution, foundation | ||
| Issue Links: |
|
||||||||||||
| Sprint: | 10.2.13 | ||||||||||||
| Description |
|
Using:
... makes synchronization fail with
The changes in
should have been made with double-quotes rounding the variables to prevent the shell from interpreting extra args applied to the (de)compressor command. |
| Comments |
| Comment by Benjamin MALYNOVYTCH [ 2018-01-30 ] | ||||||||||||||||
|
| ||||||||||||||||
| Comment by Benjamin MALYNOVYTCH [ 2018-01-31 ] | ||||||||||||||||
|
I've updated the pull request to base the fixes on 10.0-galera as suggested. Don't forget to update the milestone | ||||||||||||||||
| Comment by Sachin Setiya (Inactive) [ 2018-02-06 ] | ||||||||||||||||
|
I do not think "" is required for [[ Take this script for example
| ||||||||||||||||
| Comment by Seppo Jaakola [ 2021-10-15 ] | ||||||||||||||||
|
sst script seems to have been fixed as part of work done for related bugs ( |