Displaying 3 results from an estimated 3 matches for "dovebody".
Did you mean:
dogsbody
2019 Apr 04
2
Solr connection timeout hardwired to 60s
On 4/4/19 6:47 PM, dovecot-request at dovecot.org wrote:
> For a typical Solr index, 60 seconds is an eternity. Most people aim
> for query times of 100 milliseconds or less, and they often achieve
> that goal.
I'm pretty sure I get these while indexing, not querying.
Apr 04 16:44:50 host dovecot[114690]: indexer-worker(me at example.com):
Error: fts_solr: Indexing failed: Request
2019 Apr 10
0
Solr connection timeout hardwired to 60s
...pts in 66.005 secs, 63.146 in http ioloop, 0.000
> in other ioloops, connected 94.903 secs ago)
Doing a TCP dump on indexing operations which consistently fail, I see
that there's a lot of softCommits which never get an HTTP answer:
==============================================
POST /solr/dovebody/update HTTP/1.1
Host: localhost:8983
Date: Wed, 10 Apr 2019 14:22:29 GMT
Expect: 100-continue
Content-Length: 47
Connection: Keep-Alive
Content-Type: text/xml
HTTP/1.1 100 Continue
<commit softCommit="true" waitSearcher="true"/>
==========================================...
2019 Apr 12
2
Solr connection timeout hardwired to 60s
...ioloop, 0.000
>> in other ioloops, connected 94.903 secs ago)
>
> Doing a TCP dump on indexing operations which consistently fail, I see
> that there's a lot of softCommits which never get an HTTP answer:
>
> ==============================================
> POST /solr/dovebody/update HTTP/1.1
> Host: localhost:8983
> Date: Wed, 10 Apr 2019 14:22:29 GMT
> Expect: 100-continue
> Content-Length: 47
> Connection: Keep-Alive
> Content-Type: text/xml
>
> HTTP/1.1 100 Continue
>
> <commit softCommit="true" waitSearcher="true&quo...