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 D08C56EC56; Wed, 17 Mar 2021 21:59:42 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org D08C56EC56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1616007582; bh=tcES1LzkCBZDR6sRvoXCgfIx2vTHNtnJFkFZ8bNhkww=; 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=KCXSWqjb7XC/Tb6DSyGpKSee4eudY2X3EQjiLeZIViyCIOOetwYCOzZ/i0pEeVcak 1QOjZGu7NQKbAXOw4hN1XGvtwSw9mJoNFnZjwb8Tvwtr0ICVgjGE+i4BDYDY7Vxd0i v4aTcuRKuLIvnD/BkkCoNs3NMiYt2qcrVkMJxPpY= Received: from mail-lj1-f181.google.com (mail-lj1-f181.google.com [209.85.208.181]) (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 928C66EC56 for ; Wed, 17 Mar 2021 21:59:41 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 928C66EC56 Received: by mail-lj1-f181.google.com with SMTP id f16so4571733ljm.1 for ; Wed, 17 Mar 2021 11:59:41 -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=GWPhDQ4vKyV2kltn5UDHkpLIfA6JG5B5fgly78sG5L4=; b=DXlMGErbWu/r7S1lLgjQUrwqnssH+/mVVVLyGSadLy54M7+BCMGTgHOHdA9x0hEIi/ fBIgKcrreAwlcOaf5BhiWXPBPlAK8C5c/vCU8Nynqowq7rAHn6ilqv9B36WZxuKH4TAf CqvVEOi3QqPOIEi4eovE3WGYhbqaqsjOWVyZ078a/woXIGbw1/V05ZTGQnwTg/arX+3F glf//i5EtsswodHyIBC7e7C9SOhCqyGQILl0CBJVkuJaZDM63Mjlikrqa+XYrVTLhE+Z kIQdZ6ZrLH8aM5XbeUKDJecR72E6WauXOI4YWlSP3e2b8Vs6aIaRfXL7xivF8uIFi4bc Utpg== X-Gm-Message-State: AOAM530+AAF6TRaBP+DEkAFVeO1eau5vxYplWpkuC/2Iu85c9mvrR+GD iTNkcKziHvteDbQJxH/gZWc= X-Google-Smtp-Source: ABdhPJyYxAfohk84ctqJ5KJIumTYDowdHPpc+SzZHLzFD1htJWG6q73878JZIbMyl/7ow64VmINbIw== X-Received: by 2002:a05:651c:1033:: with SMTP id w19mr3157066ljm.191.1616007581133; Wed, 17 Mar 2021 11:59:41 -0700 (PDT) Received: from grain.localdomain ([5.18.171.94]) by smtp.gmail.com with ESMTPSA id x25sm3427635lfn.307.2021.03.17.11.59.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Mar 2021 11:59:40 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id 69A8E5601CE; Wed, 17 Mar 2021 21:59:39 +0300 (MSK) Date: Wed, 17 Mar 2021 21:59:39 +0300 To: tml Message-ID: References: <20210317185743.964278-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210317185743.964278-1-gorcunov@gmail.com> User-Agent: Mutt/2.0.5 (2021-01-21) Subject: Re: [Tarantool-patches] [RFC] gc/xlog: delay xlog cleanup until relays are subscribed 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: Mons Anderson , Vladislav Shpilevoy Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" On Wed, Mar 17, 2021 at 09:57:43PM +0300, Cyrill Gorcunov wrote: > @@ -771,9 +791,6 @@ relay_subscribe_f(va_list ap) > cpipe_push(&relay->tx_pipe, &relay->status_msg.msg); > } > > - if (!relay->replica->anon) > - relay_send_is_raft_enabled(relay, &raft_enabler, false); > - Ignore this hunk, sneaked in occasionally :-)