From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 80BB923A89 for ; Fri, 11 Jan 2019 08:30:11 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PtAL2FbWPGHD for ; Fri, 11 Jan 2019 08:30:11 -0500 (EST) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id B262620C85 for ; Fri, 11 Jan 2019 08:30:10 -0500 (EST) Received: by smtpng3.m.smailru.net with esmtpa (envelope-from ) id 1ghwsy-0004es-UA for tarantool-patches@freelists.org; Fri, 11 Jan 2019 16:30:09 +0300 From: Georgy Kirichenko Subject: [tarantool-patches] Re: [PATCH v2 0/2] Transaction boundaries in replication protocol Date: Fri, 11 Jan 2019 16:30:05 +0300 Message-ID: <3817063.szQ9p68lRI@localhost> In-Reply-To: References: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5551760.ZUexp6a49d"; micalg="pgp-sha256"; protocol="application/pgp-signature" Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org --nextPart5551760.ZUexp6a49d Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Branch: https://github.com/tarantool/tarantool/tree/g.kirichenko/gh-2798-transaction-boundaries Issue: https://github.com/tarantool/tarantool/issues/2798 On Sunday, January 6, 2019 4:05:51 PM MSK Georgy Kirichenko wrote: > This patchset introduces transactional replication and consist of two > commits: > * the first one forms transaction boundaries in a xstream > * the second one forms transactions in applier buffers and then > applies them with correct begin/commit boundaries. > > Note: distributed transaction are not supported so journal forms a > separate transaction for all local triggers effects. > > Changes in v2: > - Fixed local transaction extraction > > Georgy Kirichenko (2): > Journal transaction boundaries > Transaction support for applier > > src/box/applier.cc | 202 ++++++++++++++++++++++++++----------- > src/box/iproto_constants.h | 3 + > src/box/wal.c | 36 ++++++- > src/box/xrow.c | 38 +++++++ > src/box/xrow.h | 5 +- > test/unit/xrow.cc | 3 + > test/vinyl/errinj.result | 8 +- > test/vinyl/info.result | 38 +++---- > test/vinyl/layout.result | 24 ++--- > 9 files changed, 263 insertions(+), 94 deletions(-) --nextPart5551760.ZUexp6a49d Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEFZT35EtIMRTDS5hJnoTdFFzh6LUFAlw4ml0ACgkQnoTdFFzh 6LWq5gf/RZBaNuFjcE2OSdaI2Xx/ZD4v5bVUWz2cH7bGlfXuea573HB8hzaWcMAZ O4Hzs8DY0UMKBEOo69pFw60ZkWxGP9vvgcQGrPOymf/AAb1SbWRdT65ZId5qjxvd 3yxUoYKhcSSHB+TYBzDWm7CUGNwYXJLvH1u1yA7aLetFB6grc8XcHtDFvIteU2LQ qBeV9F5KExL6PQ7aq59RMCaweBXsWDi7tP4e1tAtDiub5zMcxOJPu/npc8tgNOM3 CIox9vYt0CLt2Fq6TdROoJRCgMeBYD4+pFL8IZAPb9kw9n7DmYd3v4IjAOZUoHaE 5eNLDg56Yam3vAut4wKJLA9YK3NY8Q== =DXrM -----END PGP SIGNATURE----- --nextPart5551760.ZUexp6a49d--