Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.2.12, 10.3.4
-
Fix Version/s: 10.2.40
-
Component/s: Galera SST
-
Labels:
-
Sprint: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
-