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 4D8F6309B3 for ; Thu, 20 Jun 2019 03:28:22 -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 l9tMzHaK4UEY for ; Thu, 20 Jun 2019 03:28:22 -0400 (EDT) Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (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 8C75E308CA for ; Thu, 20 Jun 2019 03:28:21 -0400 (EDT) Date: Thu, 20 Jun 2019 10:28:19 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH v4 1/9] txn: handle fiber stop event at transaction level Message-ID: <20190620072819.GA15155@atlas> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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/06/20 09:54]: > Get rid of duplicated fiber on stop logic. Looks like it was a thinking inertia on my behalf: rollback-on-yield is memtx-specific, so I moved these triggers to the engine. But rollback-on-stop is generic for all engines indeed. So LGTM. -- Konstantin Osipov, Moscow, Russia