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 656AF213BA for ; Mon, 11 Mar 2019 04:14:04 -0400 (EDT) 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 CR5ABDWEW1QV for ; Mon, 11 Mar 2019 04:14:04 -0400 (EDT) Received: from mail-lj1-f194.google.com (mail-lj1-f194.google.com [209.85.208.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 081E31FCC0 for ; Mon, 11 Mar 2019 04:14:03 -0400 (EDT) Received: by mail-lj1-f194.google.com with SMTP id d24so3145105ljc.12 for ; Mon, 11 Mar 2019 01:14:03 -0700 (PDT) Date: Mon, 11 Mar 2019 11:14:01 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH v3 1/2] Write rows without a lsn to the transaction tail Message-ID: <20190311081401.GH3101@chai> References: <48e024c9ada966ce68447a7cf24c201b1ebaf27b.1552248901.git.georgy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48e024c9ada966ce68447a7cf24c201b1ebaf27b.1552248901.git.georgy@tarantool.org> 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 Cc: Georgy Kirichenko * Georgy Kirichenko [19/03/11 09:55]: > Form a separate transaction with local changes in case of replication. > This is important because we should be able to replicate such changes > (e.g. made within an on_replace trigger) back. In the opposite case > local changes will be incorporated into originating transaction and > would be skipped by the originator replica. Looks good to me. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov