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.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE 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 156B21F54E for ; Fri, 19 Aug 2022 09:07:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1660900066; bh=9IV/Cdg3xEROgzVaIA77rHifXd64zsLcjSsT+ENfjFk=; h=From:To:Subject:Date:From; b=Auo77+ieTUtFbyrCfBUH2w7lZb5/095Ja6w+7xdTG4J9PTOQcTtzIdD64Npqz8Ch2 bxlWabu3jciJ6OUaT09RTLnEu/h4MhM8YCx0HcA3SPsgsWzifSYglu2iRdekMbEZc8 1hmT0Qv36qOGhtz4RytN8pgz2UwT7uypfFCiaq9c= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] lei reindex-related stuff Date: Fri, 19 Aug 2022 09:07:41 +0000 Message-Id: <20220819090745.4094018-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/4 is an important fix And I'm still unusually stressed out about how to deal with ancient, pre-release stuff from lei. --rethread may happen another time, since AFAIK it's not necessary, right now as there were no threading fixes required since lei... Eric Wong (4): lei reindex: account for parallel lei/store users tests: add some basic "lei reindex" tests smsg: ->populate falls back to old {ds}/{ts} values lei/store: reindex culls over-indexed messages MANIFEST | 1 + lib/PublicInbox/LeiStore.pm | 14 ++++++++++++-- lib/PublicInbox/Smsg.pm | 6 ++++-- t/lei-index.t | 12 +++++++++++- t/lei-reindex.t | 12 ++++++++++++ 5 files changed, 40 insertions(+), 5 deletions(-) create mode 100644 t/lei-reindex.t