[Tarantool-patches] [PATCH 1/8] replication: introduce space.is_sync option
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Thu Jun 11 02:51:00 MSK 2020
Thanks for sending the patch!
I added 'is_sync' flag to netbox schema. So as
netbox.space.<name>.is_sync is the same as
box.space.<name>.is_sync.
Also I added a check that is_local and is_sync
can't be specified together for one space. It
makes no sense.
I force pushed it on the branch gh-4842-sync-replication.
As well as all the other things I did in this email
thread.
More information about the Tarantool-patches
mailing list