remove compact option from xtrabackup
Using the --compact option with xtrabackup has been shown to cause crashes when used during an SST to transfer data between nodes: https://bugs.launchpad.net/percona-xtrabackup/+bug/1192834 Based on DBA advice, we are disabling this option. Closes-Bug: #1590166 Change-Id: I23fd5e36b74163fe97cf983cdc4b1d5678d94e7b
This commit is contained in:
parent
aa309fabfd
commit
1f0cfa235a
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- The ``--compact`` flag has been removed from xtrabackup options. This had been
|
||||
shown to cause crashes in some SST situations
|
@ -46,7 +46,6 @@ wsrep_retry_autocommit = {{ galera_wsrep_retry_autocommit }}
|
||||
|
||||
[xtrabackup]
|
||||
compress
|
||||
compact
|
||||
parallel = {{ galera_xtrabackup_threads }}
|
||||
compress-threads = {{ galera_xtrabackup_threads }}
|
||||
rebuild-threads = {{ galera_xtrabackup_threads }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user