From c2ed0691a1eb9acf706cbbb2d9852265b2f69004 Mon Sep 17 00:00:00 2001 From: Kseniia Antonova Date: Mon, 30 Sep 2024 11:41:26 +0300 Subject: [PATCH] Add description for the `age` and `confirm_lag` fields --- doc/reference/reference_lua/box_info/synchro.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/reference/reference_lua/box_info/synchro.rst b/doc/reference/reference_lua/box_info/synchro.rst index 69608fdb8..c5dc90416 100644 --- a/doc/reference/reference_lua/box_info/synchro.rst +++ b/doc/reference/reference_lua/box_info/synchro.rst @@ -1,8 +1,7 @@ .. _box_info_synchro: -================================================================================ box.info.synchro -================================================================================ +================ .. module:: box.info @@ -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 `) -- 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 `) -- 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 ` configuration option.