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: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 680A11F8C8; Thu, 7 Oct 2021 21:33:07 +0000 (UTC) Date: Thu, 7 Oct 2021 21:33:07 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: Troubleshooting threads missing from /all/ Message-ID: <20211007213307.29376-0@dcvr> References: <20211001200842.kife7viwej5arza7@meerkat.local> <20211001204131.GA20263@dcvr> <20211001204943.l4yl6xvc45c5eapz@meerkat.local> <20211001205817.y2h3xypudngkttkj@meerkat.local> <20211001222509.GA1968@dcvr> <20211001231104.lne6aoq7a5hsqi2e@meerkat.local> <20211001234600.GA28791@dcvr> <20211005043954.GA23990@dcvr> <20211005180324.3miboond7ubth5v5@meerkat.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20211005180324.3miboond7ubth5v5@meerkat.local> List-Id: (resend, screwed up something with my MTA :x) OK. I tried reproducing the problem even with f28fdcd6d8d6 (content_hash: normalize whitespace before hashing addresses, 2021-10-02) reverted, but haven't been able to... So far I've found some gc and dedupe bugs, but something's still eluding me. And I also noticed and started fixing another bug which may necessitate a full --reindex, anyways (at least for non-ASCII subjects). Konstantin Ryabitsev wrote: > [publicinbox "regressions"] > address = regressions@lists.linux.dev > url = regressions > inboxdir = /srv/public-inbox/lore.kernel.org/regressions > indexlevel = full Btw, "indexlevel = basic" ought to be sufficient if an inbox is in extindex once bugs are ironed out. full/medium is of course helpful if messages are missing from extindex, though...