Displaying 3 results from an estimated 3 matches for "test_xapian".
2018 Mar 05
2
Xapian 1.4.5 "Db block overwritten - are there multiple writers?" with Glass
...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
    https://github.com/staverne/xapian_test/blob/master/test_xapian.py
The script always works with Chert backend but sometimes fail with Glass
backend.
It look's like the error report here:
    https://lists.xapian.org/pipermail/xapian-discuss/2017-May/009525.html
Any ideas ?
Cheers,
Sylvain
2018 Mar 05
0
Xapian 1.4.5 "Db block overwritten - are there multiple writers?" with Glass
...or 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
>     https://github.com/staverne/xapian_test/blob/master/test_xapian.py
> 
> The script always works with Chert backend but sometimes fail with Glass
> backend.
Thanks, that's brilliant - I can reproduce with glass which means I should
be able to pin down the cause (though it's likely to take a while as it
took about 45 minutes to fail).
> It l...
2018 Mar 07
2
Xapian 1.4.5 "Db block overwritten - are there multiple writers?" with Glass
...ing 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
> >     https://github.com/staverne/xapian_test/blob/master/test_xapian.py
> > 
> > The script always works with Chert backend but sometimes fail with Glass
> > backend.
> 
> Thanks, that's brilliant - I can reproduce with glass which means I should
> be able to pin down the cause (though it's likely to take a while as it
> took ab...