Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

xapian.DatabaseModifiedError exception is unhadled #130

@GoogleCodeExporter

Description

@GoogleCodeExporter
In a heavy update-during-search usage pattern when Xapian Database is being 
updated by process A (e.g. 'index' command), and another process B 
(Django+Djapian powered site) is being using the database for search, Xapian 
raises 'DatabaseModifiedError' exceptions periodically.

When 'DatabaseModifiedError' exception occurs, the Xapian Database instance 
must be reopened by using its 'reopen()' method.

Original issue reported on code.google.com by esizi...@gmail.com on 21 Oct 2011 at 12:45

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions