From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 811651F4C1 for ; Tue, 19 Nov 2024 21:51:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1732053073; bh=6bSVRw8mfcoQmUSU+COwV1Dl6d/4q2T6eLGNYQ3ew5Q=; h=Date:From:To:Subject:References:In-Reply-To:From; b=hysUIhoVQNtzhzQcWAuW6K+MZYT2BVuNv4A/XP/6hOsJ+Va3H9mg9WfGFKlhmoqfI 2dTsQhgLxccvpAyPnYpkgal8823EicEVPqUKkgaDV+pNfv+1P5Z/9BNZyo9RXqEEzt /cf/DLR+YbSOaA3WOqlQ39rEM/TUs0XXxC4+gPWc= Date: Tue, 19 Nov 2024 21:51:13 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH 0/5] lei import-related fixes + diagnostics Message-ID: <20241119215113.M456813@dcvr> References: <20240814001645.395576-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240814001645.395576-1-e@80x24.org> List-Id: Eric Wong wrote: > I've noticed `lei import' on IMAP inboxes occasionally failing > for me due to {idx_shards} not getting recreated after > 4ff8e8d21ab5 (lei/store: stop shard workers + cat-file on idle, > 2024-04-16). The combination of commit 807abf67e14d35270ed0957590cde0ed1eb68635 (lei/store: auto-commit for long-running imports, 2024-11-15) and https://public-inbox.org/meta/20241119214752.1883670-4-e@80x24.org/ likely fixes the `lei import' failures. Still doing some long-running tests, but initial tests seem successful...