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 B49EC264F3 for ; Fri, 15 Jun 2018 08:48:14 -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 Y77h6sYT2Iz5 for ; Fri, 15 Jun 2018 08:48:14 -0400 (EDT) Received: from smtp34.i.mail.ru (smtp34.i.mail.ru [94.100.177.94]) (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 96768264EA for ; Fri, 15 Jun 2018 08:48:13 -0400 (EDT) From: AKhatskevich Subject: [tarantool-patches] [PATCH 0/2][vshard] preserve route map Date: Fri, 15 Jun 2018 15:47:57 +0300 Message-Id: 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: v.shpilevoy@tarantool.org, tarantool-patches@freelists.org Branch: https://github.com/tarantool/vshard/tree/kh/gh-117-save-route-map Issue: https://github.com/tarantool/vshard/issues/117 Commits: * Preserve route_map on router.cfg * Fix discovery/reconfigure race fixes race condition test/router/router.result | 104 ++++++++++++++++++++++++++++++++++++++++++++ test/router/router.test.lua | 66 ++++++++++++++++++++++++++++ vshard/router/init.lua | 22 ++++++++-- 3 files changed, 189 insertions(+), 3 deletions(-) -- 2.14.1