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: doc/reference/configuration/cfg_replication.rst
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,8 @@
210
210
211
211
.. confval:: bootstrap_strategy
212
212
213
-
Since version 2.11.
213
+
Since :doc:`2.11.0 </release/2.11.0>`.
214
+
214
215
Specifies a strategy used to bootstrap a :ref:`replica set <replication-bootstrap>`.
215
216
The following strategies are available:
216
217
@@ -220,7 +221,8 @@
220
221
In the case of 4 or 5 nodes, at least 3 connected instances are required.
221
222
Moreover, a bootstrap leader fails to boot unless every connected node has chosen it as a bootstrap leader.
222
223
223
-
* ``legacy``: a node requires the :ref:`replication_connect_quorum <cfg_replication-replication_connect_quorum>` number of other nodes to be connected.
224
+
* ``legacy`` (deprecated since :doc:`2.11.0 </release/2.11.0>`): a node requires the :ref:`replication_connect_quorum <cfg_replication-replication_connect_quorum>` number of other nodes to be connected.
225
+
This option is added to keep the compatibility with the current versions of Cartridge and might be removed in the future.
224
226
225
227
|Type: string
226
228
|Default: auto
@@ -251,11 +253,10 @@
251
253
252
254
.. confval:: replication_connect_quorum
253
255
254
-
Since version 1.9.0.
255
-
Specifies the number of nodes to be up and running to start a replica set.
256
-
Since version 2.11, this option is in effect if :ref:`bootstrap_strategy <cfg_replication-bootstrap_strategy>`
257
-
is set to ``legacy``.
256
+
Deprecated since :doc:`2.11.0 </release/2.11.0>`.
257
+
This option is in effect if :ref:`bootstrap_strategy <cfg_replication-bootstrap_strategy>` is set to ``legacy``.
258
258
259
+
Specifies the number of nodes to be up and running to start a replica set.
259
260
This parameter has effect during :ref:`bootstrap <replication-leader>` or
0 commit comments