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 B8E636EC40; Wed, 22 Sep 2021 16:00:34 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org B8E636EC40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1632315634; bh=XtCYPbWbL3u2AkkbvHGstzG1lf+IaCosNmlhJSBPbSM=; 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=HZ1xFkAUTN2Ewrw4XFZtA4iAR2A1TziNv54lPaUwUEW+qgU/t9sjhdiRhgIkrGm81 ifh+z5miIkuf7DNGqn+S8C4dILtFYYFCwkCI7qnbPEwDKXJvJhJ8b2/ZVfZAma1mNO 8R4ro9yzkrq5/G8Z1+yWhshQ+NUjkNcZAiARdP44= Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.49]) (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 27BD26EC40 for ; Wed, 22 Sep 2021 16:00:33 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 27BD26EC40 Received: by mail-lf1-f49.google.com with SMTP id e15so11463350lfr.10 for ; Wed, 22 Sep 2021 06:00:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=xAMpHntv4CkVSwqM0YJ1ryhM34063h91mGUYcS+nH98=; b=XGyoz/7AEL2HIsSALDjp/vhK8amv42UdEgHG2sFXyavjUBhnp+1wPRJMKBPYjNA4cA kAFR+/+Dw8HzH+Y/RynPs1fDJHFAZZELLt9zIUt0fDUkTYNF2FOP2k7sSxoEKa/OZdic ZWbo+ohRBirdS2LlASgOtv3z5kJM1te6ihJFX4NEZLNpzRZEUvb5OLWwturYngLnfKEO n3rf5dsEg8ReQRn0pdV7aumMDw9/k8NU6odkTYH7kyO2cl0mm47mG/boxD4Nrl96R9RD sLGy11/6CFMerFFPFkhU9+A5C+Dl/dKKoyMDTlbqPY3Ci79hE3pfc34ly4TpJXdOncvv dj6g== X-Gm-Message-State: AOAM530t3UqcTvAmqVD/BBOsPNapCjj6gF83Nmfta3g/4WKdN9CLAuLd njGsug9d1yj/K0MNXGlfkDycoHfVyZ2mAA== X-Google-Smtp-Source: ABdhPJygrjPuvaXPy9yInur7W13MRsJwbaC4/EGiYEGeOEBqSXMZaXMzajvThWyrFFf5a4BsyFUPjg== X-Received: by 2002:ac2:54b1:: with SMTP id w17mr27865180lfk.466.1632315630332; Wed, 22 Sep 2021 06:00:30 -0700 (PDT) Received: from grain.localdomain ([5.18.253.97]) by smtp.gmail.com with ESMTPSA id t4sm186698lfp.250.2021.09.22.06.00.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Sep 2021 06:00:29 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id 7E4A55A001E; Wed, 22 Sep 2021 16:00:28 +0300 (MSK) Date: Wed, 22 Sep 2021 16:00:28 +0300 To: tml Message-ID: References: <20210915145046.133303-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210915145046.133303-1-gorcunov@gmail.com> User-Agent: Mutt/2.0.7 (2021-05-04) Subject: Re: [Tarantool-patches] [PATCH v16 0/3] qsync: implement packet filtering (part 1) 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: Vladislav Shpilevoy Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" On Wed, Sep 15, 2021 at 05:50:43PM +0300, Cyrill Gorcunov wrote: > Packet filtering takes more and more time to implement and I send > similar patches again multiple times. Still the complete split brain > detection is not yet done, so I thought it might be worth to split the > work into several series. This part addresses a race with terms manipulation > and I think can be considered as its own. > > I would really appreciate comments here mostly due to function naming, > comments and etc. My primary aim was to make sure that this series doesn't > break anything existing but I think if we would have a test case for this > ordering issue it would be brilliant, though I didn't come with some simple > one here yet. > > branch gorcunov/gh-6036-rollback-confirm-16 > issue https://github.com/tarantool/tarantool/issues/6036 > previous series https://lists.tarantool.org/tarantool-patches/20210910152910.607398-1-gorcunov@gmail.com/ Ignore this series please, I'll send a new one because testing of promotion map updates requires to expose some debug info and more patches are needed.