Displaying 2 results from an estimated 2 matches for "solr_connection_select".
2013 Apr 28
3
Dovecot Solr Panic
...----------------
root at lapetus:/mnt/emails/indiefield.co.uk/jsmith/Mails/Virtual# doveadm -v index -u 'john smith' 'Search/Archives'
doveadm(john smith): Info: Search/Archives: Caching mails seq=109580..127362
1800/17783doveadm(john smith): Panic: file solr-connection.c: line 416 (solr_connection_select): assertion failed: (!conn->posting)
doveadm(john smith): Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0x4414a) [0x7fcb7b5b014a] ->
/usr/lib/dovecot/libdovecot.so.0(default_fatal_handler+0x2a) [0x7fcb7b5b020a] -> /usr/lib/dovecot/libdovecot.so.0(i_fatal+0) [0x7fcb7b58782a] ->...
2013 Mar 14
3
Panic when indexing virtual folder with solr
...s-solr plugin, and everything is working fine.
I have a Virtual folder with all emails, and when I run a doveadm index, I have an error if I don't index real folders first. Example:
doveadm -v index -u 'andre rodier' 'Search/*' =>
Panic: file solr-connection.c: line 416 (solr_connection_select): assertion failed: (!conn->posting)
Now, if I rune the doveadm index on the real folders first, the next time I do the index on the virtual folder, everything is fine:
doveadm -v index -u 'andre rodier' '*'
doveadm -v index -u 'andre rodier' 'Search/*'...