From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp59.i.mail.ru (smtp59.i.mail.ru [217.69.128.39]) (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 C882942F4AD for ; Fri, 19 Jun 2020 01:27:21 +0300 (MSK) References: <3992b9bc805ebc1d83ff59d5c1050b89a6a66344.1591701695.git.sergepetrenko@tarantool.org> <02a64ca9-70c3-2dc9-7105-d30e5af211e4@tarantool.org> From: Leonid Vasiliev Message-ID: <58d703db-2bca-87cd-ba55-0ff3a23c6d5b@tarantool.org> Date: Fri, 19 Jun 2020 01:27:20 +0300 MIME-Version: 1.0 In-Reply-To: <02a64ca9-70c3-2dc9-7105-d30e5af211e4@tarantool.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 1/8] replication: introduce space.is_sync option List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy , Serge Petrenko , sergos@tarantool.org, gorcunov@gmail.com Cc: tarantool-patches@dev.tarantool.org Hi! Thank you for the patch. Maybe, it is needed to add is_sync to the box_space_mt() function in schema.lua LGTM.