On 3.12.2013, at 23.33, Michael Kliewe <[email protected]> wrote: > I did a fresh installation of 2.2.9 in my test environment and enabled > fts_autoindex=yes. I'm using a solr-server for FTS. > > I got this error, just once until now: > > _=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_= > > ==> dovecot-lmtp-errors.log <== > Dec 03 16:15:06 lmtp(30601, [email protected]): Error: Timeout (29s) while > waiting for lock for transaction log file > /maildata/domain.de/username/maildir/dovecot.list.index.log
High load? > ==> dovecot.log <== > Dec 03 16:15:06 indexer-worker([email protected]): Panic: file > http-client-request.c: line 521 (http_client_request_send_more): assertion > failed: (req->payload_input != NULL) It crashed because the HTTP request failed and it tried to auto-retry, which doesn’t work with fts-solr. This should fix: http://hg.dovecot.org/dovecot-2.2/rev/353c3e3edc52
