From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 19924445320 for ; Mon, 6 Jul 2020 10:47:56 +0300 (MSK) Date: Mon, 6 Jul 2020 10:47:55 +0300 From: Kirill Yukhin Message-ID: <20200706074755.hg4usgyeftydfdma@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v3 0/2] fix replication tx boundaries after local space rework List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Serge Petrenko Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org Hello, On 02 июл 16:39, Serge Petrenko wrote: > https://github.com/tarantool/tarantool/issues/4928 > https://github.com/tarantool/tarantool/tree/sp/gh-4928-tx-boundary-fix-nop > > Changes in v3: > - Instead of reordering rows in WAL, append > a dummy NOP row to the tx end when needed. > > Serge Petrenko (2): > wal: fix tx boundaries > replication: append NOP as the last tx row I've checked your patchset into 2.3, 2.4 and master. -- Regards, Kirill Yukhin