[replication] box.info.synchro.queue gets a new field "busy" #2741
Labels
feature
A new functionality
replication
[area] Related to Replication
server
[area] Task relates to Tarantool's server (core) functionality
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_info/
box.info.synchro.queue
gets a newbusy
field. It is set totrue
when there is a synchronous transaction is processingbut not yet complete. Thus any other incoming synchronous
transactions will be delayed until active one is finished.
Part-of #6036
Acked-by: Serge Petrenko [email protected]
Signed-off-by: Cyrill Gorcunov [email protected]
Requested by @cyrillos in tarantool/tarantool@b6cbe49.
Tech debt
Depends on and blocked by: #2044
There's a doc gap for
box.info
submodule documentation https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_info/:box.info.synchro
is not described at all. First, it should be described in #2044 and then the newbusy
field description can be added there.The text was updated successfully, but these errors were encountered: