You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/wsrep-system-index.md
+3-124Lines changed: 3 additions & 124 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,8 +116,6 @@ For more information, see [PXC Strict Mode](strict-mode.md#percona-xtradb-cluste
116
116
| Dynamic: | Yes |
117
117
| Default Value: |``ON``|
118
118
119
-
As of Percona XtraDB Cluster 8.0.26-16, the ``wsrep_slave_FK_checks`` variable is deprecated in favor of this variable.
120
-
121
119
Defines whether foreign key checking is done for applier threads.
122
120
This is enabled by default.
123
121
@@ -135,8 +133,6 @@ This is enabled by default.
135
133
| Dynamic: | Yes |
136
134
| Default Value: |``1``|
137
135
138
-
As of Percona XtraDB Cluster 8.0.26-16, the ``wsrep_slave_threads`` variable is deprecated and may be removed in a later version. Use the ``wsrep_applier_threads`` variable.
139
-
140
136
Specifies the number of threads
141
137
that can apply replication transactions in parallel.
142
138
Galera supports true parallel replication
@@ -173,8 +169,6 @@ For more configuration tips, see [`Setting Parallel Slave Threads` :octicons-lin
173
169
| Dynamic: | Yes |
174
170
| Default Value: |``OFF``|
175
171
176
-
As of *Percona XtraDB Cluster* 8.0.26-16, the ``wsrep_slave_UK_checks`` variable is deprecated and may be removed in a later version. Use the ``wsrep_applier_UK_checks`` variable.
177
-
178
172
Defines whether unique key checking is done for applier threads.
179
173
This is disabled by default.
180
174
@@ -212,31 +206,6 @@ It can be disabled in source-replica clusters.
As of *Percona XtraDB Cluster* 8.0.26-16, the ``wsrep_restart_slave`` variable is deprecated and may be removed in later versions. Use ``wsrep_restart_replica``.
1069
-
1070
-
Defines whether the replication replica should be restarted
1071
-
when the node joins the cluster.
1072
-
Enabling this can be useful because the asynchronous replication replica thread
1073
-
is stopped when the node tries to apply the next replication event
@@ -1129,74 +1078,6 @@ microseconds. Unit of variable is in microseconds, so set accordingly.
1129
1078
wait, and that can result in RSU starvation. User is expected to block
1130
1079
active RSU traffic while performing the operation.
1131
1080
1132
-
### `wsrep_slave_FK_checks`
1133
-
| Option | Description |
1134
-
| -------------- | ------------------ |
1135
-
| Command Line: |``--wsrep-slave-FK-checks``|
1136
-
| Config File: | Yes |
1137
-
| Scope: | Global |
1138
-
| Dynamic: | Yes |
1139
-
| Default Value: |``ON``|
1140
-
1141
-
As of *Percona XtraDB Cluster* 8.0.26-16, this variable is deprecated and may be removed in a later version. Use the ``wsrep_applier_FK_checks`` variable.
1142
-
1143
-
Defines whether foreign key checking is done for applier threads.
1144
-
This is enabled by default.
1145
-
1146
-
### `wsrep_slave_threads`
1147
-
1148
-
| Option | Description |
1149
-
| -------------- | ------------------ |
1150
-
| Command Line: |``--wsrep-slave-threads``|
1151
-
| Config File: | Yes |
1152
-
| Scope: | Global |
1153
-
| Dynamic: | Yes |
1154
-
| Default Value: |``1``|
1155
-
1156
-
As of *Percona XtraDB Cluster* 8.0.26-16, this variable is deprecated and may be removed in a later version. Use the ``wsrep_applier_threads`` variable.
1157
-
1158
-
Specifies the number of threads
1159
-
that can apply replication transactions in parallel.
1160
-
Galera supports true parallel replication
1161
-
that applies transactions in parallel only when it is safe to do so.
1162
-
This variable is dynamic.
1163
-
You can increase/decrease it at any time.
1164
-
1165
-
!!! note
1166
-
1167
-
When you decrease the number of threads,
1168
-
it won’t kill the threads immediately,
1169
-
but stop them after they are done applying the current transaction
1170
-
(the effect with an increase is immediate, though).
1171
-
1172
-
If any replication consistency problems are encountered,
1173
-
it’s recommended to set this back to `1` to see if that resolves the issue.
1174
-
The default value can be increased for better throughput.
1175
-
1176
-
You may want to increase it as suggested
1177
-
in [`Codership documentation for flow control` :octicons-link-external-16:](https://mariadb.com/docs/galera-cluster/galera-management/performance-tuning/flow-control-in-galera-cluster):
1178
-
when the node is in ``JOINED`` state,
1179
-
increasing the number of replica threads can speed up the catch-up to ``SYNCED``.
1180
-
1181
-
You can also estimate the optimal value for this from [`wsrep_cert_deps_distance`](wsrep-status-index.md#wsrep_cert_deps_distance) as suggested [in the MariaDB Galera Cluster documentation :octicons-link-external-16:](https://mariadb.com/docs/maxscale/reference/maxscale-monitors/galera-monitor).
1182
-
1183
-
For more configuration tips, see [this document :octicons-link-external-16:](https://mariadb.com/docs/galera-cluster/readme/about-galera-replication#galera-slave-threads).
1184
-
1185
-
### `wsrep_slave_UK_checks`
1186
-
1187
-
| Option | Description |
1188
-
| -------------- | ------------------ |
1189
-
| Command Line: |``--wsrep-slave-UK-checks``|
1190
-
| Config File: | Yes |
1191
-
| Scope: | Global |
1192
-
| Dynamic: | Yes |
1193
-
| Default Value: |``OFF``|
1194
-
1195
-
As of *Percona XtraDB Cluster* 8.0.26-16, this variable is deprecated and may be removed in a later version. Use the ``wsrep_applier_UK_checks`` variable.
1196
-
1197
-
Defines whether unique key checking is done for applier threads.
1198
-
This is disabled by default.
1199
-
1200
1081
### `wsrep_SR_store`
1201
1082
1202
1083
| Option | Description |
@@ -1219,8 +1100,6 @@ Defines storage for streaming replication fragments. The available values are `t
1219
1100
| Dynamic: | No |
1220
1101
| Default Value: |``xtrabackup-v2, clone``|
1221
1102
1222
-
Percona XtraDB Cluster 8.4.4-1 adds `clone` to the default value. For older versions of Percona XtraDB Cluster, the default value is `xtrabackup-v2`.
1223
-
1224
1103
This variable limits SST methods accepted by the server for [wsrep_sst_method](#wsrep_sst_method) variable. The default value is `xtrabackup-v2` or `clone`.
1225
1104
1226
1105
### `wsrep_sst_donor`
@@ -1291,9 +1170,9 @@ Available values are:
1291
1170
1292
1171
*`xtrabackup-v2`: Uses Percona XtraBackup to perform SST. This value is the default.
1293
1172
Privileges and permissions for running Percona XtraBackup
1294
-
can be found in [Percona XtraBackup documentation :octicons-link-external-16:](https://docs.percona.com/percona-xtrabackup/8.4/privileges.html). For more information, see [Percona XtraBackup SST Configuration](xtrabackup-sst.md#percona-xtrabackup-sst-configuration). The `xtrabackup-v2` method supports clusters with GTIDs and async replicas.
1173
+
can be found in [Percona XtraBackup documentation :octicons-link-external-16:](https://docs.percona.com/percona-xtrabackup/{{vers}}/privileges.html). For more information, see [Percona XtraBackup SST Configuration](xtrabackup-sst.md#percona-xtrabackup-sst-configuration). The `xtrabackup-v2` method supports clusters with GTIDs and async replicas.
1295
1174
1296
-
*`clone`: Introduced in Percona XtraDB Cluster 8.4.4-4, uses the [clone method for SST](clone-sst.md).
1175
+
*`clone`: Uses the [clone method for SST](clone-sst.md).
1297
1176
1298
1177
*`ist_only`: This value allows only Incremental State Transfer (IST). If a node cannot sync with the cluster with IST, abort that node's start. This action leaves the data directory unchanged. This value prevents starting a node that does not have a `grastate.dat` file after a manual backup restoration. This missing file could initiate a full-state transfer (SST), which can be more time- and resource-intensive.
0 commit comments