From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp3.mail.ru (smtp3.mail.ru [94.100.179.58]) (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 AE570422D39 for ; Tue, 30 Jun 2020 02:22:27 +0300 (MSK) From: Vladislav Shpilevoy References: Message-ID: Date: Tue, 30 Jun 2020 01:22:25 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v2 00/19] Sync replication List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, sergepetrenko@tarantool.org Sergey, please, pay special attention to these commits [14/19] applier: remove writer_cond - new commit; [15/19] applier: send heartbeat not only on commit, but on any write - not new, but significantly reworked; [19/19] replication: block async transactions when not empty limbo - new commit;