@@ -30,18 +30,18 @@ box.info.synchro
30
30
- ``term `` (since version :doc: `2.10.0 </release/2.10.0 >`) -- current queue term.
31
31
It contains the term of the last ``PROMOTE `` request.
32
32
Usually, it is equal to :ref: `box.info.election.term <box_info_election >`.
33
- However, the queue term value may be less than the corresponding one in the election term.
34
- It can happen when a new round of elections started, but no instance has been promoted yet.
33
+ However, the queue term value may be less than the election term.
34
+ It can happen when a new round of elections has started, but no instance has been promoted yet.
35
35
36
- - ``len `` -- current number of entries that are waiting in the queue.
36
+ - ``len `` -- the number of entries that are currently waiting in the queue.
37
37
38
38
- ``busy `` (since version :doc: `2.10.0 </release/2.10.0 >`) -- the boolean value is ``true ``
39
39
when the instance is processing or writing some system request that modifies the queue
40
40
(for example, ``PROMOTE ``, ``CONFIRM ``, or ``ROLLBACK ``).
41
41
Until the request is complete, any other incoming synchronous transactions and system requests
42
42
will be delayed.
43
43
44
- * ``quorum `` -- evaluated value of the
44
+ * ``quorum `` -- the resulting value of the
45
45
:ref: `replication_synchro_quorum <cfg_replication-replication_synchro_quorum >` configuration option.
46
46
Since version :doc: `2.5.3 </release/2.5.3 >`, the option can be set as a dynamic formula.
47
47
In this case, the value of the ``quorum `` member depends on the current number of replicas.
@@ -103,7 +103,7 @@ box.info.synchro
103
103
104
104
tarantool> box.ctl.promote()
105
105
106
- Next, use the `` replace `` command :
106
+ Next, perform data manipulations :
107
107
108
108
.. code-block :: tarantoolsession
109
109
@@ -126,7 +126,7 @@ box.info.synchro
126
126
id: 121
127
127
...
128
128
129
- If you use the ``box.info.synchro `` command again,
129
+ If you call the ``box.info.synchro `` command again,
130
130
you will see that now there are 3 transactions waiting in the queue:
131
131
132
132
.. code-block :: tarantoolsession
0 commit comments