Skip to content

Commit ff8dd02

Browse files
Deprecate replication_connect_quorum (#3713)
1 parent 72d51b2 commit ff8dd02

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/reference/configuration/cfg_replication.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@
210210

211211
.. confval:: bootstrap_strategy
212212

213-
Since version 2.11.
213+
Since :doc:`2.11.0 </release/2.11.0>`.
214+
214215
Specifies a strategy used to bootstrap a :ref:`replica set <replication-bootstrap>`.
215216
The following strategies are available:
216217

@@ -220,7 +221,8 @@
220221
In the case of 4 or 5 nodes, at least 3 connected instances are required.
221222
Moreover, a bootstrap leader fails to boot unless every connected node has chosen it as a bootstrap leader.
222223

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.
224226

225227
| Type: string
226228
| Default: auto
@@ -251,11 +253,10 @@
251253

252254
.. confval:: replication_connect_quorum
253255

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``.
258258

259+
Specifies the number of nodes to be up and running to start a replica set.
259260
This parameter has effect during :ref:`bootstrap <replication-leader>` or
260261
:ref:`configuration update <replication-configuration_update>`.
261262
Setting ``replication_connect_quorum`` to ``0`` makes Tarantool

0 commit comments

Comments
 (0)