Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 0/4] sync replication: add rollback processing.
@ 2020-06-18 12:13 Serge Petrenko
  2020-06-18 12:14 ` [Tarantool-patches] [PATCH 1/4] xrow: fix comment typo Serge Petrenko
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Serge Petrenko @ 2020-06-18 12:13 UTC (permalink / raw)
  To: v.shpilevoy, gorcunov; +Cc: tarantool-patches

Branch: gh-4842-sync-replication
Issues: https://github.com/tarantool/tarantool/issues/4848



Serge Petrenko (4):
  xrow: fix comment typo
  xrow: add ability to encode/decode ROLLBACK requests
  txn_limbo: add timeout when waiting for acks.
  txn_limbo: add ROLLBACK processing

 src/box/applier.cc         |  40 ++++++++++---
 src/box/iproto_constants.h |   9 +++
 src/box/relay.cc           |   2 +-
 src/box/txn.c              |   5 +-
 src/box/txn_limbo.c        | 117 ++++++++++++++++++++++++++++++++-----
 src/box/txn_limbo.h        |  12 +++-
 src/box/xrow.c             |  38 ++++++++++--
 src/box/xrow.h             |  29 ++++++++-
 8 files changed, 219 insertions(+), 33 deletions(-)

-- 
2.24.3 (Apple Git-128)

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

end of thread, other threads:[~2020-06-25 22:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-18 12:13 [Tarantool-patches] [PATCH 0/4] sync replication: add rollback processing Serge Petrenko
2020-06-18 12:14 ` [Tarantool-patches] [PATCH 1/4] xrow: fix comment typo Serge Petrenko
2020-06-18 22:15   ` Vladislav Shpilevoy
2020-06-18 22:15   ` Vladislav Shpilevoy
2020-06-19 17:28     ` Serge Petrenko
2020-06-18 12:14 ` [Tarantool-patches] [PATCH 2/4] xrow: add ability to encode/decode ROLLBACK requests Serge Petrenko
2020-06-18 14:46   ` Cyrill Gorcunov
2020-06-19 17:30     ` Serge Petrenko
2020-06-18 12:14 ` [Tarantool-patches] [PATCH 3/4] txn_limbo: add timeout when waiting for acks Serge Petrenko
2020-06-18 12:14 ` [Tarantool-patches] [PATCH 4/4] txn_limbo: add ROLLBACK processing Serge Petrenko
2020-06-18 22:15   ` Vladislav Shpilevoy
2020-06-19 17:35     ` Serge Petrenko
2020-06-21 15:53       ` Vladislav Shpilevoy
2020-06-19 17:53   ` Serge Petrenko
2020-06-23  8:37   ` Serge Petrenko
2020-06-25 22:14   ` Vladislav Shpilevoy
2020-06-25 22:43     ` Vladislav Shpilevoy

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