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.1 required=3.0 tests=ALL_TRUSTED,AWL,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 E55551F403; Thu, 7 Jul 2022 09:40:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1657186830; bh=UZran/KyuESYGI1tOcxIuWlsIwOU2Lxv/uLF4jJJYNU=; h=From:To:Subject:Date:From; b=GeUCjvQytIL05akNcH5zzWdhubmMOIjoSX8aPTS/x1K0nITIiLwNkKCO9hRW+DBNB 4MkoxpG8A3bzXkraG487pZ1jMCaJwOfBU8digLqExNPAARvbO/KA4ArbL14DEp/D2g 8cDS/0hNa+9KSnNpATTeUaAA5h28HaeK7C+qIgq8= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] lei: minor diagnostic improvement Date: Thu, 7 Jul 2022 09:40:28 +0000 Message-Id: <20220707094030.1185793-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Still trying to consistently reproduce the source of missing messages. It may be isolated to HTTP(S) remotes, or not, but noting the number of seen vs. written messages ought to be a reasonable start. patch 1/2 is just a tiny simplification I noticed along the way Eric Wong (2): lei_xsearch: simplify lei/store import check lei: track seen messages to note duplicates lib/PublicInbox/LeiConvert.pm | 8 +++++--- lib/PublicInbox/LeiToMail.pm | 13 ++++++++++--- lib/PublicInbox/LeiXSearch.pm | 24 ++++++++++++++---------- 3 files changed, 29 insertions(+), 16 deletions(-)