From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id 318506EC55; Thu, 10 Jun 2021 18:03:26 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 318506EC55 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1623337406; bh=SP3+nDo08Il6CN4cZJyzsjga99/LbjMMSSyzVrSGbPI=; h=Date:To:References:In-Reply-To:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=OKbFcThkP8TOZNQsvWQ/9W+G2q2G/M5GnkTX7pyCRtXjcBR/O0am81fHLinC/qSvp /2g9TWfr+aTFNAQWLUzQid5i3fpgY+GriKLkiOmDTyy9dyuZm7T0y6sOUdgE5EhivU 9ySlrslWqHgucRYD4dTnzt9jIOrn63XPIzjNa6zs= Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 970F36EC55 for ; Thu, 10 Jun 2021 18:03:22 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 970F36EC55 Received: by mail-lj1-f178.google.com with SMTP id e11so5294509ljn.13 for ; Thu, 10 Jun 2021 08:03:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=eyKJiCEr3AoK104FMNwquZQ6cGwKwhJczgPPuVlSq18=; b=B8+pzig56+s+Rm4hKUJgotd3MQ5Nf13GDoFV9ABSxysR2/RDW9739pFOQwOCDF0gad DjjYvfj3pSD6uUboHzU9PtadzfZAONZbGvrpFXLg/TNsedQbfP4ndDsbOSJsrHQ+PfVd p+bla5J+NWY0m5KlTxBFPRg1mfGWG3lHMyVtf0m8XCBS9SmdQjckuES88yRNX+SM43+r cm/kaX18AHWk1r9S8G9J9gVQ0lsZYy4hn6nI3cVF2leocClPgGR3tYKBj0xElHE7wkE8 WTWF/zjNK5zYBUaPUfcBSkJ034iyIhFuwXC5YOXBs8j7tfW05hkp1S47ckshB6mkr/0N FkeQ== X-Gm-Message-State: AOAM533HGX2xOsGRQRLewPtHtv0dQegKE2YCJhX+o406B4mEgtGZa3ir Dv9hX4M0lRAi/InU9LDV4T0HUHjgC+o= X-Google-Smtp-Source: ABdhPJzJoDNsD0xnli7FerrvVVjADANT+pTww10dN1uDiq86bdaS8SnnqUf5SdGBnFPAUG1WWN9o0g== X-Received: by 2002:a05:651c:1111:: with SMTP id d17mr2591832ljo.116.1623337401603; Thu, 10 Jun 2021 08:03:21 -0700 (PDT) Received: from grain.localdomain ([5.18.171.94]) by smtp.gmail.com with ESMTPSA id u8sm364603lja.77.2021.06.10.08.03.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Jun 2021 08:03:20 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id DAB9A5A0041; Thu, 10 Jun 2021 18:03:18 +0300 (MSK) Date: Thu, 10 Jun 2021 18:03:18 +0300 To: Vladislav Shpilevoy Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.0.7 (2021-05-04) Subject: Re: [Tarantool-patches] [PATCH 0/6] Instance join should prefer booted instances X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Cyrill Gorcunov via Tarantool-patches Reply-To: Cyrill Gorcunov Cc: tarantool-patches@dev.tarantool.org Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" On Sat, Jun 05, 2021 at 01:37:54AM +0200, Vladislav Shpilevoy wrote: > See the commit messages for the details. > > I did some basic tests for backward compatibility since I added a new field to > the ballot, and it works fine. ack