We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Product: Tarantool Root document: https://www.tarantool.io/ru/doc/latest/how-to/replication/repl_sync/ SME: @ Totktonada
Note: take into account a new configuration approach in v3.0 (#3544).
<…>ous replicas. As a usage example, consider this: -- Экземпляр 1 |box.cfg{ listen = 3313, replication_synchro_quorum = 2, } box.schema.user.grant('guest', 'super') _ = box.schema.space.create('sync', {is_sync=true}) _ = _:create_index('pk')| -- Экземпляр 2 box.cfg{ listen = 3314, replication = <…>
<…>ous replicas. As a usage example, consider this: -- Экземпляр 1 |box.cfg{ listen = 3313, replication_synchro_quorum = 2, } box.schema.user.grant('guest', 'super') _ = box.schema.space.create('sync', {is_sync=true}) _ = _:create_index('pk')|
-- Экземпляр 2 box.cfg{ listen = 3314, replication = <…>
Please add box.ctl.promote() to instance 1. The current version does not reproduce the desired behavior.
box.ctl.promote()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Product: Tarantool
Root document: https://www.tarantool.io/ru/doc/latest/how-to/replication/repl_sync/
SME: @ Totktonada
Note: take into account a new configuration approach in v3.0 (#3544).
Details
Please add
box.ctl.promote()
to instance 1. The current version does not reproduce the desired behavior.The text was updated successfully, but these errors were encountered: