Skip to content

Commit 4155632

Browse files
committed
Resolve file conflicts
1 parent 8581656 commit 4155632

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

doc/how-to/replication/repl_sync.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,16 @@ To control the behavior of synchronous transactions, there exist global
2121
2222
box.cfg{replication_synchro_quorum = <number of instances>}
2323
24-
This option tells how many replicas should confirm the receipt of a synchronous
25-
transaction before it is committed. Since version :doc:`2.10.0 </release/2.10.0>`,
26-
this option does not account for anonymous replicas. As a usage example, consider this:
24+
.. code-block:: lua
25+
26+
box.cfg{replication_synchro_quorum = "N / 2 + 1"}
27+
28+
This option tells how many replicas should confirm the receipt of a synchronous transaction before it is committed.
29+
Since version :doc:`2.5.3 </release/2.5.3>`, the parameter supports dynamic evaluation of the quorum number
30+
(see :ref:`reference for the replication_synchro_quorum parameter <cfg_replication-replication_synchro_quorum>` for details).
31+
Since version :doc:`2.10.0 </release/2.10.0>`,
32+
this option does not account for anonymous replicas.
33+
As a usage example, consider this:
2734

2835
.. code-block:: lua
2936

0 commit comments

Comments
 (0)