-
Notifications
You must be signed in to change notification settings - Fork 43
[3pt] Describe box.ctl.clear_synchro_queue() function #1964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@pgulutzan would you like to take a task about synchronous replication? |
@veod32, @NickVolynkin, @sergepetrenko: Make a new file named promote.rst in directory box.ctl.promote() Implementation version = 2.6.2 (with link to release/2.6.2) The election state (:ref: to box_info/election.rst) should Parameters: none Returns: nil, or error may be thrown Make a new item in the table in I will not change Make a change in This usually (perhaps always?) should be done with a new election_mode value There are additionally some things that I have noticed in |
I made a pull request Issue#2120 and assigned to @NickVolynkin. |
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.Definition of done
box.ctl.clear_synchro_queue()
as a child page of box.ctl referenceThe text was updated successfully, but these errors were encountered: