From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) (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 74675445320 for ; Mon, 27 Jul 2020 17:12:51 +0300 (MSK) Received: by mail-lj1-f193.google.com with SMTP id t6so4456376ljk.9 for ; Mon, 27 Jul 2020 07:12:51 -0700 (PDT) Date: Mon, 27 Jul 2020 17:12:49 +0300 From: Cyrill Gorcunov Message-ID: <20200727141249.GJ60766@grain> References: <20200727140650.447750-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200727140650.447750-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH v3 0/6] qsync: write CONFIRM/ROLLBACK without txn engine List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Cc: Vladislav Shpilevoy On Mon, Jul 27, 2020 at 05:06:44PM +0300, Cyrill Gorcunov wrote: > In this series we write CONFIRM/ROLLBACK messages into the WAL directly > without involving the txn engine. > > Vlad, take a look please, once time permit. > And I remember about txn_add_redo. Looking into it now...