From: Vladislav Shpilevoy via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: tarantool-patches@dev.tarantool.org, gorcunov@gmail.com, sergepetrenko@tarantool.org, korablev@tarantool.org Subject: [Tarantool-patches] [PATCH 0/3] Transactional recovery Date: Fri, 2 Apr 2021 00:23:41 +0200 [thread overview] Message-ID: <cover.1617315744.git.v.shpilevoy@tarantool.org> (raw) The patchset makes the recovery transactional. That is done for the synchronous transactions, because they might be followed by a ROLLBACK, and then must be reverted entirely, including their statements working with non-sync spaces. Nikita, I need you to check if the first commit is correct. It touches vinyl. Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-5874-txn-recovery Issue: https://github.com/tarantool/tarantool/issues/5874 Vladislav Shpilevoy (3): vinyl: handle multi-statement recovery txns recovery: make it transactional box: remove is_local_recovery variable .../unreleased/qsync-multi-statement-recovery | 5 + src/box/box.cc | 273 +++++++++++++++--- src/box/vy_tx.c | 9 +- .../gh-5874-qsync-txn-recovery.result | 124 ++++++++ .../gh-5874-qsync-txn-recovery.test.lua | 64 ++++ 5 files changed, 436 insertions(+), 39 deletions(-) create mode 100644 changelogs/unreleased/qsync-multi-statement-recovery create mode 100644 test/replication/gh-5874-qsync-txn-recovery.result create mode 100644 test/replication/gh-5874-qsync-txn-recovery.test.lua -- 2.24.3 (Apple Git-128)
next reply other threads:[~2021-04-01 22:23 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-04-01 22:23 Vladislav Shpilevoy via Tarantool-patches [this message] 2021-04-01 22:23 ` [Tarantool-patches] [PATCH 1/3] vinyl: handle multi-statement recovery txns Vladislav Shpilevoy via Tarantool-patches 2021-04-02 9:24 ` Serge Petrenko via Tarantool-patches 2021-04-01 22:23 ` [Tarantool-patches] [PATCH 2/3] recovery: make it transactional Vladislav Shpilevoy via Tarantool-patches 2021-04-02 11:47 ` Serge Petrenko via Tarantool-patches 2021-04-03 13:18 ` Vladislav Shpilevoy via Tarantool-patches 2021-04-05 8:36 ` Serge Petrenko via Tarantool-patches 2021-04-02 15:11 ` Cyrill Gorcunov via Tarantool-patches 2021-04-01 22:23 ` [Tarantool-patches] [PATCH 3/3] box: remove is_local_recovery variable Vladislav Shpilevoy via Tarantool-patches 2021-04-02 11:47 ` Serge Petrenko via Tarantool-patches 2021-04-03 13:18 ` Vladislav Shpilevoy via Tarantool-patches 2021-04-05 8:17 ` Serge Petrenko via Tarantool-patches 2021-04-02 9:42 ` [Tarantool-patches] [PATCH 0/3] Transactional recovery Konstantin Osipov via Tarantool-patches 2021-04-05 16:14 ` Kirill Yukhin via Tarantool-patches
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.1617315744.git.v.shpilevoy@tarantool.org \ --to=tarantool-patches@dev.tarantool.org \ --cc=gorcunov@gmail.com \ --cc=korablev@tarantool.org \ --cc=sergepetrenko@tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 0/3] Transactional recovery' \ /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