Closed
Description
Describe box.ctl.clear_synchro_queue function
Product: Tarantool
Since: 2.7.1, 2.6.2
Audience/target:
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_ctl/
SME: @sergepetrenko
Peer reviewer: @
Details
box.ctl.clear_synchro_queue()
was implemented earlier but it's not described in box.ctl reference. In 2.7.1 and 2.6.2, the function behavior was changed, and it makes sense to add the function description according to this new behavior. Also, we need to check if some extra description related to this function should be added in the articles on syncronious replication and automated leader election.- Related development issue: Raft: box.ctl.clear_synchro_queue should commit everything. At least when used by Raft tarantool#5435
Definition of done
- Add description of
box.ctl.clear_synchro_queue()
as a child page of box.ctl reference - Add a link to the function description in the table on the box.ctl reference page
- If necessary, describe use cases with the function usage in articles on on syncronious replication and automated leader election.