From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp60.i.mail.ru (smtp60.i.mail.ru [217.69.128.40]) (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 8AB2042EF5C for ; Fri, 19 Jun 2020 21:00:29 +0300 (MSK) From: Serge Petrenko Date: Fri, 19 Jun 2020 21:00:13 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] replication: support CONFIRM and ROLLBACK in recovery List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: v.shpilevoy@tarantool.org, sergos@tarantool.org, gorcunov@tarantool.org, lvasiliev@tarantool.org Cc: tarantool-patches@dev.tarantool.org Branch: gh-4842-sync-replication Serge Petrenko (2): box: rework local_recovery to use async txn_commit replication: support ROLLBACK and CONFIRM during recovery src/box/box.cc | 60 +++++++++++++++++++++++++++++++++++++++++---- src/box/txn_limbo.c | 6 ++--- 2 files changed, 57 insertions(+), 9 deletions(-) -- 2.24.3 (Apple Git-128)