From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id DC6451F9F3 for ; Mon, 18 Oct 2021 14:03:28 +0000 (UTC) Received: by mail-qt1-x835.google.com with SMTP id g17so7089695qtk.8 for ; Mon, 18 Oct 2021 07:03:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=F6yH6Uza3QA3pZWtgn7dMw9/56Gcg7NR66mBG7hwkK4=; b=NGClF4CBkfXk1QtaT24GAw5NbaDxXc11viXHnWBzlnE4LoDDkYyQjDRgUqGW/UEhCC Aa1b5m8WWB/LZWP/6uOa7ZOiTA1YOuj3dltowZEgz680VNGP2mIei59pPIxBpIv5LaLA W15Hyq5IPApFe77keLit2V2NjtrxcEdQL7IiM= 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; bh=F6yH6Uza3QA3pZWtgn7dMw9/56Gcg7NR66mBG7hwkK4=; b=3huebUxsfuTfrAaP/0Q/vWcpuS5CwbFtinbTzjWZ7VutwoKd2MNHXYH5w86aHgxwAj /8cHN30cKe1BTHSQlN5uga/j3L5W9LO69wOExNe6W40InSMCZXtgANEFhQqEcS0d/yiZ OqVdWMvFbALHP31xru/nAidASpi1seusztqexMvAhEAXQ3Gt2GZ5dWz9pPtZ1J9dLZhY VfZbiSSjWLuM7uDtkY1ecIEUO8zDE2fNoEFYuisLt2KKlORXZizC5qOshpwEEQrLmWXQ RYCwco58BHX8ceypWLcr3rQZlRIEFIVf+1y6amDJFyGnUujgS+2Ld1zbraAK7VvQZUyN hIxw== X-Gm-Message-State: AOAM5338yXbgZooc2M0yikhjk6JFMbROlBH6Fxn7rVc0IxEhxVP+qRU1 fpQdY9RtF6FM6U2raCN19X6blg== X-Google-Smtp-Source: ABdhPJw/lR0ws9/W60YkNj8pe+JonV8BjPxAQOxQoyguRR+vrX2z4mLAqIMgVU0VcneNBMVp7YaRKw== X-Received: by 2002:ac8:580b:: with SMTP id g11mr29170891qtg.272.1634565807611; Mon, 18 Oct 2021 07:03:27 -0700 (PDT) Received: from meerkat.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id m17sm6366390qtx.62.2021.10.18.07.03.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Oct 2021 07:03:27 -0700 (PDT) Date: Mon, 18 Oct 2021 10:03:25 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: Troubleshooting threads missing from /all/ Message-ID: <20211018140325.er5vq5oqjtysvubn@meerkat.local> References: <20211001205817.y2h3xypudngkttkj@meerkat.local> <20211001222509.GA1968@dcvr> <20211001231104.lne6aoq7a5hsqi2e@meerkat.local> <20211001234600.GA28791@dcvr> <20211005043954.GA23990@dcvr> <20211005180324.3miboond7ubth5v5@meerkat.local> <20211007213307.29376-0@dcvr> <20211008173336.ftokrvr73vcuhtpg@meerkat.local> <20211008213433.M867097@dcvr> <20211016094324.GA16488@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20211016094324.GA16488@dcvr> List-Id: On Sat, Oct 16, 2021 at 09:43:24AM +0000, Eric Wong wrote: > With --fast, --reindex takes around 20 minutes for me with > "--batch-size=20m --no-fsync". The first run may take longer > if it has stuff to do. But running it repeatedly should not > cause it to complain about unseen/stale/mismatched messages > (likely the first run will). I just ran it across the 3 lore nodes and the results have been fairly consistent: - 16m for the initial run where it finds a few hundred things to fix - 14m for the subsequent runs I used the default flags for --reindex --all --fast, so it can perhaps be sped up with larger memory use, but this is good enough for daily runs already. -K