From: David Bremner Date: Sun, 26 Jun 2016 15:29:42 +0000 (+0200) Subject: v4 of DB_RETRY_LOCK patches X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b3c6634ef8c593bd2b224dc04757e96d909e7075;p=notmuch-archives.git v4 of DB_RETRY_LOCK patches --- diff --git a/9a/da8689ff3549fb8c1d95e12d444caf9d15aeac b/9a/da8689ff3549fb8c1d95e12d444caf9d15aeac new file mode 100644 index 000000000..351bd4c64 --- /dev/null +++ b/9a/da8689ff3549fb8c1d95e12d444caf9d15aeac @@ -0,0 +1,55 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id BEE796DE0352 + for ; Sun, 26 Jun 2016 08:30:05 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.005 +X-Spam-Level: +X-Spam-Status: No, score=-0.005 tagged_above=-999 required=5 + tests=[AWL=-0.006, HEADER_FROM_DIFFERENT_DOMAINS=0.001] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id GsLBMeVAtJVz for ; + Sun, 26 Jun 2016 08:29:56 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 2BD9A6DE01C2 + for ; Sun, 26 Jun 2016 08:29:55 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) id 1bHC07-00022d-TM + for notmuch@notmuchmail.org; Sun, 26 Jun 2016 11:29:35 -0400 +Received: (nullmailer pid 26556 invoked by uid 1000); + Sun, 26 Jun 2016 15:29:48 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: v4 of DB_RETRY_LOCK patches +Date: Sun, 26 Jun 2016 17:29:42 +0200 +Message-Id: <1466954985-25761-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.8.1 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 26 Jun 2016 15:30:05 -0000 + +This obsoletes + + id:1465043356-23420-2-git-send-email-david@tethera.net + +I investigated adding a timeout (including talking a bit to Xapian +upstream about it), and thought about some runtime configuration +options, but for now I settled on a configure. Depending what +experiences people report, we would make the default disabled for the +next release. +