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 F225D1F4C1 for ; Tue, 19 Nov 2024 21:47:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1732052873; bh=elLj6H6/RcEaqo89wfY+CxCm92K4Jvni8axxdjM29so=; h=From:To:Subject:Date:From; b=qyapxd+nx5YdULYX/B894ZmQLB5RZBHaHahQwp4/z6zz6bvkvu7prGyj/LELB6qXX 2wVx3DDwTFOkqEpK6hfGEG43kNubqRzQkgoXeRCutDbwjTHrsRqFR6MCnBVWcRxv+0 tLsUlm54H0gAwZ6OqLrgiIxb1u6eLB0cGuTQu89o= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] write-related fixes Date: Tue, 19 Nov 2024 21:47:49 +0000 Message-ID: <20241119214752.1883670-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Combined with 807abf67e14d35270ed0957590cde0ed1eb68635 (lei/store: auto-commit for long-running imports, 2024-11-15), PATCH 3/3 should fix the long-running `lei import' problem documented in https://public-inbox.org/meta/20240814001645.395576-1-e@80x24.org/ I'm still working on other stuff related to improving write reliability of other things, but I could also be dead within an hour :< Eric Wong (3): v2writable: use DS and import now() sub treewide: warn on SQLite `PRAGMA optimize' failure v2writable: done: force synchronous awaitpid lib/PublicInbox/LeiMailSync.pm | 5 +++-- lib/PublicInbox/Msgmap.pm | 9 +++++++++ lib/PublicInbox/OverIdx.pm | 1 + lib/PublicInbox/SearchIdx.pm | 4 +--- lib/PublicInbox/V2Writable.pm | 11 +++++------ 5 files changed, 19 insertions(+), 11 deletions(-)