Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 18006429E26 for ; Mon, 25 Apr 2011 21:13:31 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.699 X-Spam-Level: X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hpi-7ewHwLxV for ; Mon, 25 Apr 2011 21:13:29 -0700 (PDT) Received: from mail-qy0-f174.google.com (mail-qy0-f174.google.com [209.85.216.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id F2778431FD0 for ; Mon, 25 Apr 2011 21:13:28 -0700 (PDT) Received: by qyk7 with SMTP id 7so1249179qyk.5 for ; Mon, 25 Apr 2011 21:13:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=nOASR7T9NpuPERNxNkMfPYrsdbkR0JYYgzHP4NEkSEQ=; b=QxKdlJaLRdKD7QmddwgTcXRIy3s5A1ENO9II9gXMJtUY3VTUt8Z3M5jiD1C+Eca8pq bXbVM7l+WA+sPl77ZGP+Qr770jkCbM40fZNmgnbHI2RBBPasQs1Hy7HkTEb7+/7O+GhC tIJi+Xh/DKqnfL9njoWKwlpNQrGK95DsU683o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=Bjq3K358z5SW+HIoqMKoYu5GF+uuAdDlqlmJdAXn3b1Mll/cQCZLveF9bjyiDOEcwA T8vgU6v/iAUNaXwHR2JqZfHhcg2O9NshIr0WmS8T0F8Y74p/ZVZvY+zn3PO2mNvEVXoj ktLYGCKaOVnW/DcOFxZabrALVQ977pUu8/RG0= MIME-Version: 1.0 Received: by 10.229.63.154 with SMTP id b26mr184346qci.163.1303791203995; Mon, 25 Apr 2011 21:13:23 -0700 (PDT) Sender: amdragon@gmail.com Received: by 10.229.220.148 with HTTP; Mon, 25 Apr 2011 21:13:23 -0700 (PDT) In-Reply-To: <1298015940-31986-1-git-send-email-amdragon@mit.edu> References: <1298015940-31986-1-git-send-email-amdragon@mit.edu> Date: Tue, 26 Apr 2011 00:13:23 -0400 X-Google-Sender-Auth: asEftJ0WBJR8QFCVHXl24_2OmPs Message-ID: Subject: Re: [PATCH 00/10] Fix 'notmuch new' atomicity issues From: Austin Clements To: notmuch@notmuchmail.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Tue, 26 Apr 2011 04:13:31 -0000 Bump. Now rebased against current head (with no conflicts) on atomic-new-v2 (and for-review/atomic-new-v2) at http://awakening.csail.mit.edu/git/notmuch.git/ On Fri, Feb 18, 2011 at 2:58 AM, Austin Clements wrote: > This patch series modifies notmuch new to perform all operations > atomically and to perform maildir flag synchronization eagerly. =A0As a > result, notmuch new can be interrupted without risking database > consistency or losing track of messages, but still without losing > progress in the middle of a big import. =A0This also paves the way for > fixing the antisocial locking behavior of notmuch new. > > While there are quite a few patches in the series, each one is > bite-sized and you can see the number of atomicity violations dropping > with nearly every patch using the test added by the first patch. > > On my test machine, these patches have no affect on performance. > > These patches are also available on the atomic-new-v1 branch at > =A0http://awakening.csail.mit.edu/git/notmuch.git/ > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch >