From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 3EDDB29E6D for ; Tue, 4 Sep 2018 09:24:51 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2wY_z7fiekgl for ; Tue, 4 Sep 2018 09:24:51 -0400 (EDT) Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 9FFB429E2E for ; Tue, 4 Sep 2018 09:24:50 -0400 (EDT) Date: Tue, 4 Sep 2018 16:24:47 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 1/3] box: make replication_sync_lag option dynamic Message-ID: <20180904132447.j4a5e6ngcha4g62l@tarantool.org> References: <20180830233804.20727-1-krishtal.olja@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180830233804.20727-1-krishtal.olja@gmail.com> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: Olga Arkhangelskaia Hello, On 31 авг 02:38, Olga Arkhangelskaia wrote: > In gh-3427 replication_sync_lag should be taken into account during > replication reconfiguration. In order to configure replication properly > this parameter is made dynamical and can be changed on demand. > > @TarantoolBot document > Title: recation_sync_lag option can be set dynamically > recation_sync_lag now can be set at any time. I've checked updated patchset into 1.9 branch. -- Regards, Kirill Yukhin