We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Previous step: #3851
Product: Tarantool Since: 3.0 Root document:
SME: @ Totktonada
Update the existing tutorials to using a new config. See the examples in the Replicaset section: https://www.notion.so/tarantool/Getting-Started-with-3-0-03d461efc01c43dd9e09f2bc4903717b
Replicaset
Failover modes: https://github.com/tarantool/tarantool/blob/941a85c39735b789914da04acad3faabd63b5dd6/src/box/lua/config/instance_config.lua#L1068
Election mode (individual nodes): https://github.com/tarantool/tarantool/blob/941a85c39735b789914da04acad3faabd63b5dd6/src/box/lua/config/instance_config.lua#L1174
Script: https://docs.google.com/document/d/1FoKXJJ3rzhe2D5k6wKrg8uugO8MFs1riREhtcK1hc0U/edit?usp=sharing
from @ totktonada:
No leader or leader: null is an important case. A usual master-replica switch process assumes a short period, when all the instances are in RO.
leader
leader: null
A correct master switch in the failover: manual mode would involve the following steps:
failover: manual
null
(BTW, things are pretty same for the failover: off mode if a single master at time is assumed.)
failover: off
The text was updated successfully, but these errors were encountered:
https://docs.d.tarantool.io/en/doc/3.0/how-to/replication/
Sorry, something went wrong.
andreyaksenov
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Previous step: #3851
Product: Tarantool
Since: 3.0
Root document:
SME: @ Totktonada
Details
Update the existing tutorials to using a new config.
See the examples in the
Replicaset
section: https://www.notion.so/tarantool/Getting-Started-with-3-0-03d461efc01c43dd9e09f2bc4903717bFailover modes: https://github.com/tarantool/tarantool/blob/941a85c39735b789914da04acad3faabd63b5dd6/src/box/lua/config/instance_config.lua#L1068
Election mode (individual nodes):
https://github.com/tarantool/tarantool/blob/941a85c39735b789914da04acad3faabd63b5dd6/src/box/lua/config/instance_config.lua#L1174
Script: https://docs.google.com/document/d/1FoKXJJ3rzhe2D5k6wKrg8uugO8MFs1riREhtcK1hc0U/edit?usp=sharing
Manual failover notes
from @ totktonada:
No
leader
orleader: null
is an important case. A usual master-replica switch process assumes a short period, when all the instances are in RO.A correct master switch in the
failover: manual
mode would involve the following steps:leader
key or set it tonull
.leader
key.(BTW, things are pretty same for the
failover: off
mode if a single master at time is assumed.)The text was updated successfully, but these errors were encountered: