From: Serge Petrenko <sergepetrenko@tarantool.org> To: v.shpilevoy@tarantool.org, kostja.osipov@gmail.com Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH v3 0/4] replication: fix local space tracking Date: Mon, 23 Mar 2020 19:19:31 +0300 [thread overview] Message-ID: <cover.1584978381.git.sergepetrenko@tarantool.org> (raw) https://github.com/tarantool/tarantool/issues/4114 https://github.com/tarantool/tarantool/tree/sp/gh-4114-local-space-replication Changes in v3: - rewrite the patches re wal gc rework to avoid matrix clock. Changes in v2: - used Georgy's patches re introduction of matrix clock and wal gc rework to fix the problem with ordering gc consumers by vclock signature Serge Petrenko (4): vclock: add an ability to set individual clock components gc: rely on minimal vclock components instead of signatures replication: hide 0-th vclock components in replication responses box: start counting local space requests separately src/box/applier.cc | 5 +- src/box/box.cc | 32 ++++- src/box/gc.c | 29 ++-- src/box/relay.cc | 21 +-- src/box/vclock.c | 15 +++ src/box/vclock.h | 66 +++++++++ src/box/wal.c | 16 ++- test/replication/anon.result | 5 + test/replication/anon.test.lua | 2 + test/replication/autobootstrap.result | 6 + test/replication/autobootstrap.test.lua | 2 + test/replication/before_replace.result | 8 +- test/replication/before_replace.test.lua | 4 +- .../gh-4114-local-space-replication.result | 125 ++++++++++++++++++ .../gh-4114-local-space-replication.test.lua | 48 +++++++ test/replication/local_spaces.result | 4 + test/replication/local_spaces.test.lua | 3 + test/replication/misc.result | 6 + test/replication/misc.test.lua | 2 + test/replication/quorum.result | 6 + test/replication/quorum.test.lua | 2 + test/replication/replica_rejoin.result | 9 ++ test/replication/replica_rejoin.test.lua | 3 + test/replication/skip_conflict_row.result | 3 + test/replication/skip_conflict_row.test.lua | 1 + test/replication/suite.cfg | 1 + test/vinyl/errinj.result | 5 + test/vinyl/errinj.test.lua | 4 + 28 files changed, 403 insertions(+), 30 deletions(-) create mode 100644 test/replication/gh-4114-local-space-replication.result create mode 100644 test/replication/gh-4114-local-space-replication.test.lua -- 2.21.1 (Apple Git-122.3)
next reply other threads:[~2020-03-23 16:19 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-03-23 16:19 Serge Petrenko [this message] 2020-03-23 16:19 ` [Tarantool-patches] [PATCH v3 1/4] vclock: add an ability to set individual clock components Serge Petrenko 2020-03-23 16:37 ` Konstantin Osipov 2020-03-27 10:22 ` Serge Petrenko 2020-03-23 16:19 ` [Tarantool-patches] [PATCH v3 2/4] gc: rely on minimal vclock components instead of signatures Serge Petrenko 2020-03-23 16:40 ` Konstantin Osipov 2020-03-27 10:24 ` Serge Petrenko 2020-03-23 16:19 ` [Tarantool-patches] [PATCH v3 3/4] replication: hide 0-th vclock components in replication responses Serge Petrenko 2020-03-23 16:42 ` Konstantin Osipov 2020-03-23 16:19 ` [Tarantool-patches] [PATCH v3 4/4] box: start counting local space requests separately Serge Petrenko 2020-03-23 16:51 ` Konstantin Osipov 2020-03-27 10:40 ` Serge Petrenko 2020-03-28 16:20 ` Konstantin Osipov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=cover.1584978381.git.sergepetrenko@tarantool.org \ --to=sergepetrenko@tarantool.org \ --cc=kostja.osipov@gmail.com \ --cc=tarantool-patches@dev.tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v3 0/4] replication: fix local space tracking' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox