search for: solr_conn

Displaying 2 results from an estimated 2 matches for "solr_conn".

Did you mean: old_conn
2019 Apr 14
0
[PATCH] Re: Solr connection timeout hardwired to 60s
...t=\"true\" waitSearcher=\"%s\"/>", + if(!fuser->set.no_soft_commit) { + str = t_strdup_printf("<commit softCommit=\"true\" waitSearcher=\"%s\"/>", ctx->documents_added ? "true" : "false"); - if (solr_connection_post(backend->solr_conn, str) < 0) - ret = -1; + if (solr_connection_post(backend->solr_conn, str) < 0) + ret = -1; + } } str_free(&ctx->cmd); @@ -494,10 +496,13 @@ { struct solr_fts_backend *backend = (struct solr_fts_backend *)ctx->ctx.backend; - -...
2019 Apr 13
3
Solr connection timeout hardwired to 60s
On 4/13/2019 4:29 AM, John Fawcett via dovecot wrote: > If this value was made configurable people could set it to what they > want. However the underlying problem is likely on solr configuration. The Jetty that is included in Solr has its idle timeout set to 50 seconds. But in practice, I have not seen this timeout trigger ... and if the OP is seeing a 60 second timeout, then the 50