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 29DAF1F8C8; Fri, 1 Oct 2021 22:25:09 +0000 (UTC) Date: Fri, 1 Oct 2021 22:25:09 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: Troubleshooting threads missing from /all/ Message-ID: <20211001222509.GA1968@dcvr> References: <20211001130527.z7eivotlgqbgetzz@meerkat.local> <20211001195811.GA31313@dcvr> <20211001200842.kife7viwej5arza7@meerkat.local> <20211001204131.GA20263@dcvr> <20211001204943.l4yl6xvc45c5eapz@meerkat.local> <20211001205817.y2h3xypudngkttkj@meerkat.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20211001205817.y2h3xypudngkttkj@meerkat.local> List-Id: OK, so I'm also trying this on a CentOS 7.x VM, and the lei part works as expected, so it seems specific to extindex and not a problem with package differences in CentOS. export HOME=/tmp/trash # fresh lei/store instance M=87czop5j33.fsf@tynnyri.adurom.net lei import https://yhbt.net/lore/all/$M/t.mbox.gz lei q z:0.. | wc -l # should have all (11) msgs lei q m:$M -t | wc -l # should have the same msgs (11) Can you confirm the above gives all 11 msgs for you? I am running an -extindex --reindex on lore/all, though; hopefully it doesn't break anything.