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 293B723EDC for ; Mon, 23 Jul 2018 10:58:03 -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 2REROtHt6fSD for ; Mon, 23 Jul 2018 10:58:03 -0400 (EDT) Received: from smtp45.i.mail.ru (smtp45.i.mail.ru [94.100.177.105]) (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 D878223D57 for ; Mon, 23 Jul 2018 10:58:02 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH 2/4] Complete module reload References: <6ebbf656cf54e40298ffa067551c291beefd1f8c.1532344376.git.avkhatskevich@tarantool.org> <0047207a-712a-1d14-31d3-decf63608719@tarantool.org> From: Vladislav Shpilevoy Message-ID: <504d0f82-1233-ec85-90a4-5aac4bd15bb0@tarantool.org> Date: Mon, 23 Jul 2018 17:58:00 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Language: en-US Content-Transfer-Encoding: 8bit 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: Alex Khatskevich , tarantool-patches@freelists.org On 23/07/2018 16:45, Alex Khatskevich wrote: > > > On 23.07.2018 16:31, Vladislav Shpilevoy wrote: >> Hi! Thanks for the patch! >> >>> diff --git a/vshard/replicaset.lua b/vshard/replicaset.lua >>> index 99f59aa..6c8d477 100644 >>> --- a/vshard/replicaset.lua >>> +++ b/vshard/replicaset.lua >>> @@ -21,6 +21,7 @@ >>>   --                                  requests to the replica>, >>>   --             net_sequential_fail = >>   --                                    requests to the replica>, >>> +--             is_outdated = nil/true, >> >> https://github.com/tarantool/vshard/blob/kh/gh-112-reload-mt-2/vshard/replicaset.lua#L24 >> >> Looks like the version on the branch actually is outdated >> instead of the replica object. Please, push the latest >> version. > Sorry. Pushed. Thanks! Merged into the master.