From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 4F268445320 for ; Tue, 21 Jul 2020 11:43:06 +0300 (MSK) Received: by mail-lf1-f66.google.com with SMTP id k13so2256038lfo.0 for ; Tue, 21 Jul 2020 01:43:06 -0700 (PDT) Date: Tue, 21 Jul 2020 11:43:03 +0300 From: Cyrill Gorcunov Message-ID: <20200721084303.GE4221@grain> References: <3701daa1eb82b9d24fdf110b17f8438186d8f897.1595277631.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3701daa1eb82b9d24fdf110b17f8438186d8f897.1595277631.git.v.shpilevoy@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 2/2] txn: single failure point for WAL and TX async commit errors List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On Mon, Jul 20, 2020 at 10:43:06PM +0200, Vladislav Shpilevoy wrote: > The same as the previous commit, but applied to the async > transaction commit (txn_commit_async()). There were 6 failure > points. After the patch the failures are handled in one place. > > Follow up #5146 Acked-by: Cyrill Gorcunov