File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,16 @@ To control the behavior of synchronous transactions, there exist global
21
21
22
22
box.cfg{replication_synchro_quorum = <number of instances>}
23
23
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:
27
34
28
35
.. code-block :: lua
29
36
You can’t perform that action at this time.
0 commit comments