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 B411F6EC40; Mon, 9 Aug 2021 01:03:50 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org B411F6EC40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1628460230; bh=zSbZKMr9zOuEW9D67omARCqGGvJj1YHrbEPSV6XiAXE=; 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=BevGkLvldhb6GGNfcwwhglY1txWe101bCWbs3MoopX9/mBUVBb56cD9Vy5G7W1GpF KY4YnB7bqh+lA3spDprcfKEclCoZg7GogzQaIpO3U9xi3GmhJM/ab+Jk8QydQ9jNrY ReqP/VVneezuo0KFcLHLT6zXURVrxRl3NC4/ZplA= Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) (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 2C7E46EC40 for ; Mon, 9 Aug 2021 01:03:50 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 2C7E46EC40 Received: by mail-lf1-f51.google.com with SMTP id w20so3231394lfu.7 for ; Sun, 08 Aug 2021 15:03:50 -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=nDN3w7bmC3FkrR3TPFfiIo7rs5Tl9+M/3lpSapDweto=; b=K1e3Xash3KiAR0U8HhBO0tNkAQDnFyVproKL0e7DIn+o3c2hBOd1xfWzmbhhoN6USw ivh1r3V+V2qadQbxOXTFvPVvHAssp3k8RM+xW9AUU29Ti84l6FhDuLIxxi2liA4Kq8xi x+1pHWCCG/RJUmvs8gIi1ls0wFfVQZKSQesePW0+hSogNnfXZ8o3yPW/BAj4XxuBI4JW YL11XZb6PEKT8cU507cR0YMs/5PHzKuBk9RqNsK6Rz8jMckITEMi0NptDmHW+yr0qNLQ XD6s9/BhxSOx897JXC7KgHGEnu8TEFGc+L4+VJJnBi6UTFvLLHJ32f9Ty59Adfcr+P1D VGRQ== X-Gm-Message-State: AOAM532heQ4S1DKtHLqyQwdeSXj7WtrP5jR44sop8UbCmZTkx+R61/0/ CKkXNYpNwiFepue/Y0cXw6JxeyhX/Votyw== X-Google-Smtp-Source: ABdhPJwHAIz+bhZIk1SpzATxYXxPObUWy/b45dlTwOBLaQx4TK8yAt0u+eo6LWftGfKSADKVqFG7IA== X-Received: by 2002:a05:6512:150a:: with SMTP id bq10mr2828974lfb.441.1628460229022; Sun, 08 Aug 2021 15:03:49 -0700 (PDT) Received: from grain.localdomain ([5.18.253.97]) by smtp.gmail.com with ESMTPSA id s13sm1536408lfd.53.2021.08.08.15.03.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 08 Aug 2021 15:03:48 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id 4BC875A001E; Mon, 9 Aug 2021 01:03:47 +0300 (MSK) Date: Mon, 9 Aug 2021 01:03:47 +0300 To: Vladislav Shpilevoy Cc: tml Message-ID: References: <20210804190752.488147-1-gorcunov@gmail.com> <98a9dd41-fc44-be03-af52-e1128120f689@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <98a9dd41-fc44-be03-af52-e1128120f689@tarantool.org> User-Agent: Mutt/2.0.7 (2021-05-04) Subject: Re: [Tarantool-patches] [PATCH v10 0/4] limbo: implement packets filtering 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 Fri, Aug 06, 2021 at 01:29:17AM +0200, Vladislav Shpilevoy wrote: > > Why is there still downstream from id 1 to id 2? The new leader > should have received the ROLLBACK which it should have seen can't > be properly applied. Why didn't it cut the connection? Hi! I saw this as well, I think it is due to our error handling. I'll take more precise look, thanks!