From: Cyrill Gorcunov via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: tml <tarantool-patches@dev.tarantool.org>
Cc: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Subject: [Tarantool-patches] [PATCH v9 0/5] limbo: implement packets filtering
Date: Fri, 30 Jul 2021 14:35:34 +0300 [thread overview]
Message-ID: <20210730113539.563318-1-gorcunov@gmail.com> (raw)
Replication tests are passing but gihutb tests are not: the series
is on top of Serge's branch `sp/gh-6034-empty-limbo-transition` which
is failing yet.
Vlad, I removed txn_limb_terms structure which made me to rework
the series, please take a look if you have some other comments
to address.
branch gorcunov/gh-6036-rollback-confirm-09-notest
issue https://github.com/tarantool/tarantool/issues/6036
v6:
- use txn_limbo_terms name for structure
- rebase on fresh sp/gh-6034-empty-limbo-transition branch
- rework filtering chains
v8:
- add ability to disable filtering for local recovery
and join stages
- update tests
v9:
- opencode terms tracking
- fix tests to use wait function since log output might
be deferred by OS
Cyrill Gorcunov (5):
latch: add latch_is_locked helper
say: introduce panic_on helper
limbo: order access to the limbo terms
limbo: filter incoming synchro requests
test: add replication/gh-6036-rollback-confirm
src/box/applier.cc | 31 +-
src/box/box.cc | 23 +-
src/box/memtx_engine.c | 3 +-
src/box/txn_limbo.c | 323 ++++++++++++++++--
src/box/txn_limbo.h | 103 +++++-
src/lib/core/latch.h | 11 +
src/lib/core/say.h | 1 +
test/replication/gh-6036-master.lua | 1 +
test/replication/gh-6036-node.lua | 33 ++
test/replication/gh-6036-replica.lua | 1 +
.../gh-6036-rollback-confirm.result | 180 ++++++++++
.../gh-6036-rollback-confirm.test.lua | 92 +++++
12 files changed, 759 insertions(+), 43 deletions(-)
create mode 120000 test/replication/gh-6036-master.lua
create mode 100644 test/replication/gh-6036-node.lua
create mode 120000 test/replication/gh-6036-replica.lua
create mode 100644 test/replication/gh-6036-rollback-confirm.result
create mode 100644 test/replication/gh-6036-rollback-confirm.test.lua
base-commit: 354a4897eb8e5a60a4d6673e17b00a2e597b719e
--
2.31.1
next reply other threads:[~2021-07-30 11:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-30 11:35 Cyrill Gorcunov via Tarantool-patches [this message]
2021-07-30 11:35 ` [Tarantool-patches] [PATCH v9 1/5] latch: add latch_is_locked helper Cyrill Gorcunov via Tarantool-patches
2021-07-30 11:35 ` [Tarantool-patches] [PATCH v9 2/5] say: introduce panic_on helper Cyrill Gorcunov via Tarantool-patches
2021-07-30 11:35 ` [Tarantool-patches] [PATCH v9 3/5] limbo: order access to the limbo terms Cyrill Gorcunov via Tarantool-patches
2021-08-02 23:48 ` Vladislav Shpilevoy via Tarantool-patches
2021-08-03 11:23 ` Cyrill Gorcunov via Tarantool-patches
2021-07-30 11:35 ` [Tarantool-patches] [PATCH v9 4/5] limbo: filter incoming synchro requests Cyrill Gorcunov via Tarantool-patches
2021-08-02 23:50 ` Vladislav Shpilevoy via Tarantool-patches
2021-08-03 13:25 ` Cyrill Gorcunov via Tarantool-patches
2021-08-03 10:51 ` Serge Petrenko via Tarantool-patches
2021-08-03 13:49 ` Cyrill Gorcunov via Tarantool-patches
2021-07-30 11:35 ` [Tarantool-patches] [PATCH v9 5/5] test: add replication/gh-6036-rollback-confirm Cyrill Gorcunov 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=20210730113539.563318-1-gorcunov@gmail.com \
--to=tarantool-patches@dev.tarantool.org \
--cc=gorcunov@gmail.com \
--cc=v.shpilevoy@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH v9 0/5] limbo: implement packets filtering' \
/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