Skip to content

Commit c2ed069

Browse files
committed
Add description for the age and confirm_lag fields
1 parent 0402cfd commit c2ed069

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/reference/reference_lua/box_info/synchro.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
.. _box_info_synchro:
22

3-
================================================================================
43
box.info.synchro
5-
================================================================================
4+
================
65

76
.. module:: box.info
87

@@ -42,6 +41,11 @@ box.info.synchro
4241
(for example, ``PROMOTE``, ``CONFIRM``, or ``ROLLBACK``).
4342
Until the request is complete, any other incoming synchronous transactions and system requests
4443
will be delayed.
44+
- ``age`` (since version :doc:`3.2.0 </release/3.2.0>`) -- the time in seconds that the oldest entry currently
45+
present in the queue has spent waiting for the quorum to collect.
46+
47+
- ``confirm_lag`` (since version :doc:`3.2.0 </release/3.2.0>`) -- the time in seconds that the latest successfully
48+
confirmed entry waited for the quorum to collect.
4549

4650
* ``quorum`` -- the resulting value of the
4751
:ref:`replication_synchro_quorum <cfg_replication-replication_synchro_quorum>` configuration option.

0 commit comments

Comments
 (0)