From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (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 0146B42EF5C for ; Thu, 2 Jul 2020 02:55:41 +0300 (MSK) From: Vladislav Shpilevoy References: <365127ad980b94b0b8e1a5da03b7625329ad5111.1593472477.git.v.shpilevoy@tarantool.org> Message-ID: Date: Thu, 2 Jul 2020 01:55:40 +0200 MIME-Version: 1.0 In-Reply-To: <365127ad980b94b0b8e1a5da03b7625329ad5111.1593472477.git.v.shpilevoy@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v2 15/19] applier: send heartbeat not only on commit, but on any write List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, sergepetrenko@tarantool.org Perhaps works not always as intended: https://github.com/tarantool/tarantool/issues/5127 The issue exists for async replication too, but is not that sensitive there.