Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [RFC v6 0/3] limbo: implement packets filtering
@ 2021-07-16 21:19 Cyrill Gorcunov via Tarantool-patches
  2021-07-16 21:19 ` [Tarantool-patches] [RFC v6 1/3] limbo: gather promote tracking into a separate structure Cyrill Gorcunov via Tarantool-patches
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Cyrill Gorcunov via Tarantool-patches @ 2021-07-16 21:19 UTC (permalink / raw)
  To: tml; +Cc: Vladislav Shpilevoy

Guys, take a look please, I skip few preparatory commits
to not spam the list (since it is still RFC) and there
yet no tests, but wanna show an early draft anyway.

Comments are highly appreciated, and even existing tests
are not yet passing so the filtering is obviously too eager,
I'll address this.

branch gorcunov/gh-6036-rollback-confirm-06-notest

v6:
 - use txn_limbo_terms name for structure
 - rebase on fresh sp/gh-6034-empty-limbo-transition branch
 - rework filtering chains

Cyrill Gorcunov (3):
  limbo: gather promote tracking into a separate structure
  limbo: order access to the limbo terms terms
  limbo: filter incoming synchro requests

 src/box/applier.cc     |  16 ++-
 src/box/box.cc         |  18 +--
 src/box/memtx_engine.c |   3 +-
 src/box/txn_limbo.c    | 244 +++++++++++++++++++++++++++++++++++++----
 src/box/txn_limbo.h    | 126 +++++++++++++++++----
 5 files changed, 354 insertions(+), 53 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-19 17:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16 21:19 [Tarantool-patches] [RFC v6 0/3] limbo: implement packets filtering Cyrill Gorcunov via Tarantool-patches
2021-07-16 21:19 ` [Tarantool-patches] [RFC v6 1/3] limbo: gather promote tracking into a separate structure Cyrill Gorcunov via Tarantool-patches
2021-07-16 21:19 ` [Tarantool-patches] [RFC v6 2/3] limbo: order access to the limbo terms terms Cyrill Gorcunov via Tarantool-patches
2021-07-16 21:19 ` [Tarantool-patches] [RFC v6 3/3] limbo: filter incoming synchro requests Cyrill Gorcunov via Tarantool-patches
2021-07-19 17:42   ` Cyrill Gorcunov via Tarantool-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox