search for: 3389729d1

Displaying 2 results from an estimated 2 matches for "3389729d1".

2019 Jan 02
5
doveadm index crash/assert
https://www.lerctr.org/~ler/dovecot/doveadm-index-fts-debug.txt https://www.lerctr.org/~ler/dovecot/doveadm-index-fts-bt.txt I wish there was a way to set plugins {fts_solr = <blah>} from the command line :( but I turned it on globally for that run. On Wed, Jan 2, 2019 at 3:40 PM Stephan Bosch <stephan at rename-it.nl> wrote: > Oh, d'oh. I was looking for some solr debug
2019 Jan 02
0
doveadm index crash/assert
.... Yeah, it is caused by the interaction between the solr and tika HTTP clients in this case. The bug itself will require some care and attention, but a quick fix should be provided by: diff --git a/src/plugins/fts-solr/solr-connection.c b/src/plugins/fts-solr/solr-connection.c index 947ea76af..3389729d1 100644 --- a/src/plugins/fts-solr/solr-connection.c +++ b/src/plugins/fts-solr/solr-connection.c @@ -156,7 +156,7 @@ int solr_connection_init(const char *url, ??????????????? http_set.request_timeout_msecs = 60*1000; ??????????????? http_set.ssl = ssl_client_set; ??????????????? http_set.debug =...