From: Georgy Kirichenko <georgy@tarantool.org> To: tarantool-patches@freelists.org Cc: Georgy Kirichenko <georgy@tarantool.org> Subject: [tarantool-patches] [PATCH v2 0/2] Transaction boundaries in replication protocol Date: Tue, 22 Jan 2019 13:57:24 +0300 [thread overview] Message-ID: <cover.1548153546.git.georgy@tarantool.org> (raw) This patchset introduces transactional replication and consist of two commits: * the first one forms transaction boundaries in a xstream * the second one forms transactions in applier buffers and then applies them with correct begin/commit boundaries. Note: this pathchset based on g.kirichenko/gh-980-disable-lsn-gaps Note: distributed transaction are not supported so journal forms a separate transaction for all local triggers effects. Changes in v2: - Rebased against latest 2.1 - Fixed local transaction extraction Issue: https://github.com/tarantool/tarantool/issues/2798 Branch: https://github.com/tarantool/tarantool/tree/g.kirichenko/gh-2798-transaction-boundaries Georgy Kirichenko (2): Journal transaction boundaries Transaction support for applier src/box/applier.cc | 207 ++++++++++++++++++++++++---------- src/box/iproto_constants.h | 3 + src/box/wal.c | 36 +++++- src/box/xrow.c | 38 +++++++ src/box/xrow.h | 5 +- test/unit/xrow.cc | 3 + test/vinyl/errinj_stat.result | 8 +- test/vinyl/layout.result | 24 ++-- test/vinyl/stat.result | 78 ++++++------- 9 files changed, 286 insertions(+), 116 deletions(-) -- 2.20.1
next reply other threads:[~2019-01-22 10:55 UTC|newest] Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-01-22 10:57 Georgy Kirichenko [this message] 2019-01-22 10:57 ` [tarantool-patches] [PATCH v2 1/2] Journal transaction boundaries Georgy Kirichenko 2019-01-28 12:58 ` Vladimir Davydov 2019-01-29 10:09 ` Георгий Кириченко 2019-01-29 11:00 ` Vladimir Davydov 2019-01-31 7:34 ` Георгий Кириченко 2019-01-31 8:19 ` Vladimir Davydov 2019-01-31 14:25 ` Георгий Кириченко 2019-01-31 14:54 ` Vladimir Davydov 2019-02-01 9:31 ` Георгий Кириченко 2019-01-28 13:00 ` Vladimir Davydov 2019-01-28 13:08 ` [tarantool-patches] " Vladislav Shpilevoy 2019-02-08 16:56 ` Konstantin Osipov 2019-01-22 10:57 ` [tarantool-patches] [PATCH v2 2/2] Transaction support for applier Georgy Kirichenko 2019-01-28 13:35 ` Vladimir Davydov -- strict thread matches above, loose matches on Subject: below -- 2019-01-06 13:05 [tarantool-patches] [PATCH v2 0/2] Transaction boundaries in replication protocol Georgy Kirichenko
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.1548153546.git.georgy@tarantool.org \ --to=georgy@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [PATCH v2 0/2] Transaction boundaries in replication protocol' \ /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