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 069332585F for ; Fri, 26 Jul 2019 15:26:00 -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 AQULrEVSQVkT for ; Fri, 26 Jul 2019 15:25:59 -0400 (EDT) Received: from smtp63.i.mail.ru (smtp63.i.mail.ru [217.69.128.43]) (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 AE9F42466C for ; Fri, 26 Jul 2019 15:25:59 -0400 (EDT) Received: by smtp63.i.mail.ru with esmtpa (envelope-from ) id 1hr5qn-0005nh-RE for tarantool-patches@freelists.org; Fri, 26 Jul 2019 22:25:58 +0300 Date: Fri, 26 Jul 2019 22:25:56 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 2/4] txn: reverse commit trigger list only before running commit triggers Message-ID: <20190726192556.GB14622@atlas> References: <833a22aef0330df6291250b3f9acb9461ff0cf55.1563559254.git.vdavydov.dev@gmail.com> <20190724224811.GA14292@atlas> <20190725092455.GH24631@esperanza> <20190725092948.GK15185@atlas> <20190725093528.GJ24631@esperanza> <20190725145642.GP24631@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190725145642.GP24631@esperanza> 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 * Vladimir Davydov [19/07/25 17:57]: LGTM > > Commit triggers must be run in the same order they are added, see commit > 013432641283 ("txn: fix execution order of commit triggers"). To achieve > that we added a new trigger method, trigger_add_tail(), which adds new > triggers to the trigger list tail rather than to the head, and now we > use this new method for adding commit triggers. -- Konstantin Osipov, Moscow, Russia