Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PXC-4577 [DOCS] - Remove use_extra from 8.4 #185

Open
wants to merge 1 commit into
base: 8.4
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions docs/xtrabackup-sst.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,20 +194,6 @@ For more information, see [pv(1)](https://linux.die.net/man/1/pv).

Rate is limited on donor node. The rationale behind this is to not allow SST to saturate the donor’s regular cluster operations or to limit the rate for other purposes.


### use_extra

| Parameter | Description |
| -------------- | ------------------ |
| Values: | 0, 1 |
| Default: | 0 |

Used to force SST to use the thread pool’s
[extra_port](https://www.percona.com/doc/percona-server/{{vers}}/performance/threadpool.html#extra_port).
Make sure that thread pool is enabled and the `extra_port` option is set
in `my.cnf` before you enable this option.


### cpat

**Default**: `'.\*\\.pem$\\|.\*init\\.ok$\\|.\*galera\\.cache$\\|.\*sst_in_progress$\\|.\*\\.sst$\\|.\*gvwstate\\.dat$\\|.\*grastate\\.dat$\\|.\*\\.err$\\|.\*\\.log$\\|.\*RPM_UPGRADE_MARKER$\\|.\*RPM_UPGRADE_HISTORY$'`
Expand Down