File tree 1 file changed +6
-2
lines changed
doc/reference/reference_lua/box_info
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
.. _box_info_synchro :
2
2
3
- ================================================================================
4
3
box.info.synchro
5
- ================================================================================
4
+ ================
6
5
7
6
.. module :: box.info
8
7
@@ -42,6 +41,11 @@ box.info.synchro
42
41
(for example, ``PROMOTE ``, ``CONFIRM ``, or ``ROLLBACK ``).
43
42
Until the request is complete, any other incoming synchronous transactions and system requests
44
43
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.
45
49
46
50
* ``quorum `` -- the resulting value of the
47
51
:ref: `replication_synchro_quorum <cfg_replication-replication_synchro_quorum >` configuration option.
You can’t perform that action at this time.
0 commit comments