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 0B4AE6EC58; Thu, 24 Jun 2021 01:21:08 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 0B4AE6EC58 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1624486868; bh=ZKsf3TogxrMnwft2OYPVLj09J2dUvxXw8Fn9abyLo+E=; h=Date:To:Cc:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=CH/lhCYIsxWCEi6VynFBoOtBC3YeoT8UrdTSn+binvxdj93ZiD52laEzKOJyYZBnU lEwLgByCxPh97Kr9M8PcgFCC4Uzg/d5GhoJvd5ePQYYoyvrEUSTfDj09EBfRL7RNPB 6+Q1tzpPUKwztJqmloe0YST3qh3EsEXRCR4+kz3M= Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) (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 C483B6EC58 for ; Thu, 24 Jun 2021 01:21:06 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org C483B6EC58 Received: by mail-lf1-f45.google.com with SMTP id i13so6746298lfc.7 for ; Wed, 23 Jun 2021 15:21:06 -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=tdNqtaM9JbGVnL8BJ4YrX9d8ApS8zoRtWVE2m3iU1SQ=; b=skKIQEndkRUeIXVv25cY1FhA2JwbF+Cq6vHHxt8/11aqK2UynLjo39uYGhKGUDY9d3 XTnxj8cvea1A39HWGfwVLSjm9tc5dIevJngjq4lbvtdkx0hXgzv/vVZ9hntj530htZFk 8kl7xLogg2b4WNmtLr+aUCyDOVmrMn0YXKD9P86vonQyJ0YXri7rvjbZToEwJHOTU1wt lnFC4wLLwLum4wkBx9m9ksA+f3h67tcPNf3nIviC4UzWH2KLwMGQa/20Z3SnOa9oABs3 6zDmGHSrC+kwWF9ovKe1DrNamy6NaRd3cpXVU9lcRC4fmaLbAZGmsUTy8EzFFP4Bo1NE RbfA== X-Gm-Message-State: AOAM5324X6qcDvh7cvnI27K5vw4OAUccXqdrjuNS18Blzv1xPPZ8L5cZ j9Jk3wO4yuSZvph5YCutd9cf1/Vdu6Y= X-Google-Smtp-Source: ABdhPJwDo49bbbeJ/Gscc6o7CCjdwg1T2W/Sf6SYw/sLQm+upOqcfDHpUDjX6A9WpHt6ZANl1m6QOA== X-Received: by 2002:a05:6512:36d8:: with SMTP id e24mr1361107lfs.8.1624486865760; Wed, 23 Jun 2021 15:21:05 -0700 (PDT) Received: from grain.localdomain ([5.18.199.94]) by smtp.gmail.com with ESMTPSA id bq4sm23393lfb.97.2021.06.23.15.21.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Jun 2021 15:21:04 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id 97F165A0020; Thu, 24 Jun 2021 01:21:03 +0300 (MSK) Date: Thu, 24 Jun 2021 01:21:03 +0300 To: Vladislav Shpilevoy Cc: tml Message-ID: References: <20210622152246.497955-1-gorcunov@gmail.com> 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 v10 0/2] relay: provide downstream lag information 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 Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" On Thu, Jun 24, 2021 at 12:19:27AM +0200, Vladislav Shpilevoy wrote: > Hi! Thanks for the patchset! > > Pushed to master. Thanks a huge for review and all comments!