[Tarantool-patches] [PATCH v2 01/19] replication: introduce space.is_sync option

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Wed Jul 1 02:00:35 MSK 2020


On 30/06/2020 01:15, Vladislav Shpilevoy wrote:
> Synchronous space makes every transaction, affecting its data,
> wait until it is replicated on a quorum of replicas before it is
> committed.
> 
> Part of #4844
> Part of #5073
> ---
>  src/box/alter.cc                              |  5 ++
>  src/box/lua/net_box.lua                       |  2 +
>  src/box/lua/schema.lua                        |  3 +
>  src/box/lua/space.cc                          |  5 ++
>  src/box/space_def.c                           |  2 +
>  src/box/space_def.h                           |  6 ++
>  .../sync_replication_sanity.result            | 71 +++++++++++++++++++
>  .../sync_replication_sanity.test.lua          | 29 ++++++++

Renamed to qsync_basic.test.lua. The old name was too long, and wasn't
about just sanity checks, which are usually extremely simple.


More information about the Tarantool-patches mailing list