Skip to content

Commit 0164f6f

Browse files
committed
Update text after review
1 parent 0f8a4df commit 0164f6f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/reference/reference_lua/box_info/synchro.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ box.info.synchro
3030
- ``term`` (since version :doc:`2.10.0 </release/2.10.0>`) -- current queue term.
3131
It contains the term of the last ``PROMOTE`` request.
3232
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.
3535

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

3838
- ``busy`` (since version :doc:`2.10.0 </release/2.10.0>`) -- the boolean value is ``true``
3939
when the instance is processing or writing some system request that modifies the queue
4040
(for example, ``PROMOTE``, ``CONFIRM``, or ``ROLLBACK``).
4141
Until the request is complete, any other incoming synchronous transactions and system requests
4242
will be delayed.
4343

44-
* ``quorum`` -- evaluated value of the
44+
* ``quorum`` -- the resulting value of the
4545
:ref:`replication_synchro_quorum <cfg_replication-replication_synchro_quorum>` configuration option.
4646
Since version :doc:`2.5.3 </release/2.5.3>`, the option can be set as a dynamic formula.
4747
In this case, the value of the ``quorum`` member depends on the current number of replicas.
@@ -103,7 +103,7 @@ box.info.synchro
103103
104104
tarantool> box.ctl.promote()
105105
106-
Next, use the ``replace`` command:
106+
Next, perform data manipulations:
107107

108108
.. code-block:: tarantoolsession
109109
@@ -126,7 +126,7 @@ box.info.synchro
126126
id: 121
127127
...
128128
129-
If you use the ``box.info.synchro`` command again,
129+
If you call the ``box.info.synchro`` command again,
130130
you will see that now there are 3 transactions waiting in the queue:
131131

132132
.. code-block:: tarantoolsession

0 commit comments

Comments
 (0)