Skip to content

Commit

Permalink
Add description for the age and confirm_lag fields
Browse files Browse the repository at this point in the history
  • Loading branch information
xuniq committed Sep 30, 2024
1 parent 0402cfd commit c2ed069
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/reference/reference_lua/box_info/synchro.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.. _box_info_synchro:

================================================================================
box.info.synchro
================================================================================
================

.. module:: box.info

Expand Down Expand Up @@ -42,6 +41,11 @@ box.info.synchro
(for example, ``PROMOTE``, ``CONFIRM``, or ``ROLLBACK``).
Until the request is complete, any other incoming synchronous transactions and system requests
will be delayed.
- ``age`` (since version :doc:`3.2.0 </release/3.2.0>`) -- the time in seconds that the oldest entry currently
present in the queue has spent waiting for the quorum to collect.

- ``confirm_lag`` (since version :doc:`3.2.0 </release/3.2.0>`) -- the time in seconds that the latest successfully
confirmed entry waited for the quorum to collect.

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

0 comments on commit c2ed069

Please sign in to comment.