Displaying 20 results from an estimated 300 matches similar to: "Xapian 1.4.5 "Db block overwritten - are there multiple writers?" with Glass"
2018 Mar 05
0
Xapian 1.4.5 "Db block overwritten - are there multiple writers?" with Glass
On Mon, Mar 05, 2018 at 08:52:47PM +0100, Sylvain Taverne wrote:
> I've remarked the error occur when i'm trying to get stored values from a
> database with a lot of stored values. I can reproduce the error with simple
> python2 script i've posted on github
>
> https://github.com/staverne/xapian_test
>
2018 Mar 07
2
Xapian 1.4.5 "Db block overwritten - are there multiple writers?" with Glass
On Mon, Mar 05, 2018 at 09:48:52PM +0000, Olly Betts wrote:
> On Mon, Mar 05, 2018 at 08:52:47PM +0100, Sylvain Taverne wrote:
> > I've remarked the error occur when i'm trying to get stored values from a
> > database with a lot of stored values. I can reproduce the error with simple
> > python2 script i've posted on github
> >
> >
2018 Jul 10
2
Xapian 1.4.5 "Db block overwritten - are there multiple writers?" with Glass
On Mon, Jul 09, 2018 at 10:29:18AM +0100, Olly Betts wrote:
> The attached patch reset this cursor each time commit() is called, and
> that fixes my C++ reproducer, though I think this ought to work as-is
> and the real bug is at a lower level.
I've dug deeper and that was indeed the case. Here's a patch which
addresses the root cause:
2018 Jul 09
0
Xapian 1.4.5 "Db block overwritten - are there multiple writers?" with Glass
On Wed, Mar 07, 2018 at 08:16:23PM +0000, Olly Betts wrote:
> Just to update the status of this - I now have a C++ reproducer, and
> have found that the transaction isn't needed to reproduce this. It
> also still reproduces when run under eatmydata [1], and together these
> bring the time to reproduce down to 4-5 minutes. Still longer than
> ideal, but quick enough to start
2018 Jul 10
0
Xapian 1.4.5 "Db block overwritten - are there multiple writers?" with Glass
Thank's !!
I'll try during the week, and will let you know if all is fine ;)
Le mar. 10 juil. 2018 à 07:36, Olly Betts <olly at survex.com> a écrit :
> On Mon, Jul 09, 2018 at 10:29:18AM +0100, Olly Betts wrote:
> > The attached patch reset this cursor each time commit() is called, and
> > that fixes my C++ reproducer, though I think this ought to work as-is
>
2011 Jan 17
2
DatabaseCorruptError
Hi there,
My web app uses Xapian via the PHP bindings. I'm getting this error
thrown occasionally when atempting to instantiate a XapianDatabase
object for searching.
DatabaseCorruptError: Expected block 107 to be level 1, not 0
Here's the line that invokes it:
$database = new XapianDatabase(PROJROOT.'/data/xapian/posts');
And my version is xapian-core 1.2.3 with matchspy.
2009 Apr 29
1
"DatabaseCorruptError: Cannot open tables at consistent revisions"
Ocassionally when I'm searching using Omega I get:
"DatabaseCorruptError: Cannot open tables at consistent revisions"
If I click reload it's all ok, is this the database being updated?, is
there a way to avoid the message?
Frank
2008 Apr 20
1
Exception DatabaseCorruptError under php
Hello,
I'm having a litle issue with Xapian-1.0.6 with php bindings under
php5 when trying to add a new document it throws:
Fatal error: Uncaught exception 'Exception' with message
'DatabaseCorruptError: Failed to unlink
/var/lib/xapian/trade.ar/termlist.baseA: No such file or directory'
in /usr/share/php5/xapian.php:1140
Stack trace:
#0 /usr/share/php5/xapian.php(1140):
2017 Feb 27
2
errors on rebuild
Hello,
I am trying to rebuild an index of 2+ million documents and have not been successful. I am running
Python 2.7
Django 1.7
Haystack 2.1.1
Xapian 1.2.21
The index rebuild command I’m using is: django-admin.py rebuild_index --noinput --batch-size=100000
The rebuild completes but an immediate xapian-check returns this error:
xapian-check ./archive_index
record:
baseB blocksize=8K
2018 Feb 27
1
modifying the DB while iterating is user error, right?
Hello, I noticed a problem with DatabaseCorruptError exceptions
with public-inbox and I guess it's user error...
The problem is public-inbox was calling replace_document to
modify the DB while iterating through a PostingIterator. At
first I thought it was a glass problem, but I've hit it with
chert on my dataset, too.
I have a standalone Perl script to reproduce the problem at
2005 Feb 11
1
Database Corrupt Error
I am getting this error when trying to remove a document from my Xapian
database via writabledatabase_delete_document:
"DatabaseCorruptError: Db block overwritten - are there multiple writers?"
There might have been two processes trying to write to it earlier today, but
currently only one process can touch it at a time, and I still receive the
error.
Is there a fast way to fix this
2020 Apr 07
2
crash after running notmuch new
Matt <mattator at gmail.com> writes:
> thanks didn't know about xapian-check !
> the output
> ===
> docdata:
> blocksize=8K items=70 firstunused=3 revision=421 levels=0 root=2
> B-tree checked okay
> docdata table structure checked OK
>
> termlist:
> blocksize=8K items=186136 firstunused=62058 revision=421 levels=2 root=12260
> B-tree checked okay
>
2015 Oct 05
1
A xapian problem
Hello folks-
I have an issue with my Xapian index, and I am hoping someone can help
me out with some ideas.
I am running Xapian on Debian Squeeze as part of an openPLM
installation. It is a django application that uses Postgresql as the
database, and Haystack as the search engine.
A couple of weeks ago, I misconfigured a crontab, and it made a
recursive backup that filled up the hard drive
2017 May 21
0
Xapian 1.4.3 "Db block overwritten - are there multiple writers?"
On Wed, May 17, 2017 at 09:08:32PM +0200, Jean-Francois Dockes wrote:
> I have a user reporting the following error during recoll indexing:
>
> flush() failed: Db block overwritten - are there multiple writers?
>
> "flush() failed" is from recoll, the rest is, I think the text of the Xapian
> exception.
>
> This is with Xapian 1.4.3 on Linux (I asked for
2017 May 24
0
Xapian 1.4.3 "Db block overwritten - are there multiple writers?"
On Mon, May 22, 2017 at 07:45:59AM +0200, Jean-Francois Dockes wrote:
> Olly Betts writes:
> > Assuming nobody deleted the log file, this could be a Xapian bug. This
I meant "lock file" not "log file" here.
> > isn't something we're drowning in reports of, so presumably it doesn't
> > trigger easily, so finding a way to reproduce would be
2011 Jul 13
1
Feature request: Determining source index of xapian-compact DatabaseError exception
Greets,
When merging lots of subindexes in batches like so:
xapian-compact -m idx1 idx2... dstidx
Errors such as:
xapian-compact: DatabaseError: Error reading block 0: got end of file
present a problem since it does not provide the offending path name (of the
broken index) for easy identification/removal in automated/batch scenarios
(the way DatabaseOpeningError:.... does, eg). The only way
2007 Jul 29
0
Xapian::DatabaseModifiedError caused withintransaction
Please keep conversations on-list so that everyone can help and
benefit :-)
On Sun, Jul 29, 2007 at 09:15:01PM +0800, Hightman(???) wrote:
> James Aylett,???
>
> Even if I split the two operator into different transaction one
> after another, It cause DatabaseModifiedError Also ... It seems
> that if I update one document by unique term frequently (within
>
2020 Apr 07
0
crash after running notmuch new
On Tue, Apr 07, 2020 at 05:21:47PM -0300, David Bremner wrote:
> Matt <mattator at gmail.com> writes:
[...]
> > termlist:
> > blocksize=8K items=186136 firstunused=62058 revision=421 levels=2 root=12260
> > B-tree checked okay
> > termlist table structure checked OK
> >
> > postlist:
> > blocksize=8K items=2598971 firstunused=61412 revision=421
2017 May 17
2
Xapian 1.4.3 "Db block overwritten - are there multiple writers?"
Hi,
I have a user reporting the following error during recoll indexing:
flush() failed: Db block overwritten - are there multiple writers?
"flush() failed" is from recoll, the rest is, I think the text of the Xapian
exception.
This is with Xapian 1.4.3 on Linux (I asked for more details, should be
coming).
I don't think that I've ever seen this error, and I also
2017 Feb 28
0
errors on rebuild
On Mon, Feb 27, 2017 at 10:29:46AM -0800, Ryan Cross wrote:
> I am trying to rebuild an index of 2+ million documents and have not been successful. I am running
>
> Python 2.7
> Django 1.7
> Haystack 2.1.1
> Xapian 1.2.21
>
> The index rebuild command I’m using is: django-admin.py rebuild_index --noinput --batch-size=100000
> The rebuild completes but an immediate