From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp21.mail.ru (smtp21.mail.ru [94.100.179.250]) (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 50366469719 for ; Thu, 13 Feb 2020 02:51:18 +0300 (MSK) From: sergepetrenko Date: Thu, 13 Feb 2020 02:50:59 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] replication: fix applying of rows originating from local instance List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: alexander.turenko@tarantool.org, v.shpilevoy@tarantool.org Cc: tarantool-patches@dev.tarantool.org This patchset fixes problems with applying self-issued rows arriving via replication. https://github.com/tarantool/tarantool/issues/4739 https://github.com/tarantool/tarantool/tree/sp/gh-4739-vclock-assert sergepetrenko (2): replication: correctly check for rows to skip in applier wal: panic when trying to write a record with a broken lsn src/box/applier.cc | 14 ++++++++++++-- src/box/replication.cc | 1 - src/box/wal.c | 15 ++++++++++++--- 3 files changed, 24 insertions(+), 6 deletions(-) -- 2.20.1 (Apple Git-117)