Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 0/4] make master send only confirmed data during join
@ 2020-06-29 15:32 Serge Petrenko
  2020-06-29 15:32 ` [Tarantool-patches] [PATCH 1/4] [tosquash] move wait_confirm from gc.c to txn_limbo.c Serge Petrenko
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Serge Petrenko @ 2020-06-29 15:32 UTC (permalink / raw)
  To: v.shpilevoy, gorcunov, sergos, lvasiliev; +Cc: tarantool-patches

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)

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

end of thread, other threads:[~2020-06-29 21:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29 15:32 [Tarantool-patches] [PATCH 0/4] make master send only confirmed data during join Serge Petrenko
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

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