From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp53.i.mail.ru (smtp53.i.mail.ru [94.100.177.113]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 0C8F142EF5C for ; Thu, 18 Jun 2020 15:14:18 +0300 (MSK) From: Serge Petrenko Date: Thu, 18 Jun 2020 15:13:59 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/4] sync replication: add rollback processing. List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: v.shpilevoy@tarantool.org, gorcunov@gmail.com Cc: tarantool-patches@dev.tarantool.org 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)