From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (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 AC07642F4AE for ; Thu, 2 Jul 2020 02:46:34 +0300 (MSK) References: <9ece5bf917856b1b86e6309504e95f55b7c2c6ca.1593472477.git.v.shpilevoy@tarantool.org> <20200701160532.GB45053@tarantool.org> From: Vladislav Shpilevoy Message-ID: Date: Thu, 2 Jul 2020 01:46:33 +0200 MIME-Version: 1.0 In-Reply-To: <20200701160532.GB45053@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v2 02/19] replication: introduce replication_synchro_* cfg options List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Ostanevich Cc: tarantool-patches@dev.tarantool.org > On 30 Jun 01:15, Vladislav Shpilevoy wrote: >> Synchronous transactions are supposed to be replicated on a >> specified number of replicas before committed on master. The >> number of replicas can be specified using >> replication_synchro_quorum option. It is 1 by default, so sync >> transactions work like asynchronous when not configured anyhow. >> 1 means successful WAL write on master is enough for commit. >> >> When replication_synchro_quorum is greater than 1, an instance has to >> wait for the specified number of replicas to reply with success. If > double space here - - - - - - - -- - - ----- -^ Fixed.