From: Matt Armstrong <marmstrong@google.com>
To: notmuch@notmuchmail.org
Subject: A systematic way of handling Xapian lock errors?
Date: Tue, 02 Aug 2016 08:26:43 -0700 [thread overview]
Message-ID: <qf5d1lrkx8s.fsf@marmstrong-linux.kir.corp.google.com> (raw)
Simple notmuch commands like "notmuch tag" can fail to grab the Xapian
lock. When this occurs they bail with:
A Xapian exception occurred opening database: Unable to get write lock on /example/.notmuch/xapian: already locked
I've noticed a few issues with this:
1) The notmuch command line doesn't define semantics for exit codes. I
notice that notmuch exits with 1 for "xapian write lock error". I
suspect this code is not reserved for write lock errors? That would be
needed for any sensible downgrade of the write lock error into a soft
failure with a retry loop in things like shell scripts.
2) The notmuch Emacs client just bails whatever it was trying when this
occurs. I run background mail fetching, which I expect is typical, and
this makes for an unpleasant experience as errors are thrown at me
randomly. Since my post-injection filter commands run quickly, I'd
rather Emacs simply spin a short while against the lock trying to
perform the command. Even a one second spin attempt is likely to
succeed most of the time. But I would happily configure an infinite
retry loop -- Emacs can show me a spinning ball, and I'd rather not be
subject to odd effects due to failures.
To address both, has something like this ever been considered:
notmuch --lock_timeout <seconds> COMMAND ARG...
Then frontends like Emacs could lean on retry logic written in C. If
this seems workable, it is something I can try implementing.
next reply other threads:[~2016-08-02 15:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-02 15:26 Matt Armstrong [this message]
2016-08-02 22:21 ` A systematic way of handling Xapian lock errors? David Bremner
2016-08-02 22:46 ` Matt Armstrong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=qf5d1lrkx8s.fsf@marmstrong-linux.kir.corp.google.com \
--to=marmstrong@google.com \
--cc=notmuch@notmuchmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).