From: Serge Petrenko <sergepetrenko@tarantool.org> To: v.shpilevoy@tarantool.org, gorcunov@tarantool.org, sergos@tarantool.org, lvasiliev@tarantool.org Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH 0/4] make master send only confirmed data during join Date: Mon, 29 Jun 2020 18:32:24 +0300 [thread overview] Message-ID: <cover.1593444131.git.sergepetrenko@tarantool.org> (raw) https://github.com/tarantool/tarantool/issues/5097 Branch: gh-4842-sync-replication The first patch is placed after "replication: add support of qsync to the snapshot machinery". It renames gc_wait_confirm() to txn_limbo_wait_confirm() and moves the machinery to txn_limbo.c from gc.c Three other patches are on top of the branch and are pretty self-explanatory. Serge Petrenko (4): [tosquash] move wait_confirm from gc.c to txn_limbo.c txn_limbo: add diag_set in txn_limbo_wait_confirm replication: delay initial join until confirmation replication: only send confirmed data during final join src/box/applier.cc | 9 +++++ src/box/box.cc | 33 ++++++++++++++++++ src/box/gc.c | 83 ++------------------------------------------- src/box/relay.cc | 7 ++++ src/box/txn_limbo.c | 81 +++++++++++++++++++++++++++++++++++++++++++ src/box/txn_limbo.h | 42 +++++++++++++++++++++++ 6 files changed, 175 insertions(+), 80 deletions(-) -- 2.24.3 (Apple Git-128)
next reply other threads:[~2020-06-29 15:32 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-29 15:32 Serge Petrenko [this message] 2020-06-29 15:32 ` [Tarantool-patches] [PATCH 1/4] [tosquash] move wait_confirm from gc.c to txn_limbo.c Serge Petrenko 2020-06-29 15:32 ` [Tarantool-patches] [PATCH 2/4] txn_limbo: add diag_set in txn_limbo_wait_confirm Serge Petrenko 2020-06-29 15:32 ` [Tarantool-patches] [PATCH 3/4] replication: delay initial join until confirmation Serge Petrenko 2020-06-29 15:32 ` [Tarantool-patches] [PATCH 4/4] replication: only send confirmed data during final join Serge Petrenko 2020-06-29 21:14 ` [Tarantool-patches] [PATCH 0/4] make master send only confirmed data during join Vladislav Shpilevoy
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.1593444131.git.sergepetrenko@tarantool.org \ --to=sergepetrenko@tarantool.org \ --cc=gorcunov@tarantool.org \ --cc=lvasiliev@tarantool.org \ --cc=sergos@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 0/4] make master send only confirmed data during join' \ /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