Displaying 4 results from an estimated 4 matches for "xapian_backend".
2017 Feb 27
2
errors on rebuild
...quot;, line 266, in update_backend
do_update(backend, index, qs, start, end, total, self.verbosity)
File "/a/mailarch/current/haystack/management/commands/update_index.py", line 89, in do_update
backend.update(index, current_qs)
File "/a/mailarch/current/haystack/backends/xapian_backend.py", line 286, in update
database.close()
xapian.DatabaseCorruptError: Expected block 615203 to be level 0, not 1
docdata:
blocksize=8K items=380000 firstunused=21983 revision=38 levels=2 root=21410
Any suggestions for how I could get more information to troubleshoot this failure would be...
2017 Mar 02
2
errors on rebuild
...nd
>> do_update(backend, index, qs, start, end, total, self.verbosity)
>> File "/a/mailarch/current/haystack/management/commands/update_index.py", line 89, in do_update
>> backend.update(index, current_qs)
>> File "/a/mailarch/current/haystack/backends/xapian_backend.py", line 286, in update
>> database.close()
>
> What's the version of xapian-haystack? There's not a database.close() anywhere
> near line 286 in git master:
>
> https://github.com/notanumber/xapian-haystack/blob/master/xapian_backend.py#L286
>
>>...
2017 Feb 28
0
errors on rebuild
...update_backend
> do_update(backend, index, qs, start, end, total, self.verbosity)
> File "/a/mailarch/current/haystack/management/commands/update_index.py", line 89, in do_update
> backend.update(index, current_qs)
> File "/a/mailarch/current/haystack/backends/xapian_backend.py", line 286, in update
> database.close()
What's the version of xapian-haystack? There's not a database.close() anywhere
near line 286 in git master:
https://github.com/notanumber/xapian-haystack/blob/master/xapian_backend.py#L286
> xapian.DatabaseCorruptError: Expected...
2017 Mar 25
0
errors on rebuild
...gt; do_update(backend, index, qs, start, end, total, self.verbosity)
>>> File "/a/mailarch/current/haystack/management/commands/update_index.py", line 89, in do_update
>>> backend.update(index, current_qs)
>>> File "/a/mailarch/current/haystack/backends/xapian_backend.py", line 286, in update
>>> database.close()
>>
>> What's the version of xapian-haystack? There's not a database.close() anywhere
>> near line 286 in git master:
>>
>> https://github.com/notanumber/xapian-haystack/blob/master/xapian_backend....