Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.2.12, 10.3.4
-
10.2.13
Description
Using:
[sst]
|
compressor=pigz
|
decompressor='pigz -dc'
|
... makes synchronization fail with
/usr//bin/wsrep_sst_common: line 275: [: pigz: binary operator expected
|
The changes in
scripts/wsrep_sst_common.sh
|
should have been made with double-quotes rounding the variables to prevent the shell from interpreting extra args applied to the (de)compressor command.
https://github.com/MariaDB/server/commit/98e09ee4b624ded618124986fa0c04ef85e08cc0
Attachments
Issue Links
- is duplicated by
-
MDEV-15267 Bug in wsrep_sst_common
- Closed
-
MDEV-15512 Fix sh parse error when [sst] config value has spaces
- Closed