Displaying 6 results from an estimated 6 matches for "solrperformanceproblem".
Did you mean:
solrperformanceproblems
2019 Apr 04
4
Solr connection timeout hardwired to 60s
Hi,
What's the recommended way to handling timeouts on large mailboxes given
the hardwired request timeout of 60s in solr-connection.c:
http_set.request_timeout_msecs = 60*1000;
/Peter
2019 Aug 05
2
Problem Solr and centos 7
Hi everyone
Given that I am not an expert, I am doing tests with Solr, I installed
following the guide but I have no benefits on the search, the search on
the body on 28000 mails takes a few minutes and then goes to timeout.
I had installed version 8.2.0 of solr then I thought that there is
something not compatible with centos 7 so I installed version 7.7.0 as
an example on the guide
2019 Aug 06
0
Problem Solr and centos 7
...not fts_solr,
then the Solr mailing list or IRC channel is probably a better place to
get help.
https://lucene.apache.org/solr/community.html#mailing-lists-irc
The following info, combined with your document count of 28000, will be
very useful:
https://cwiki.apache.org/confluence/display/solr/SolrPerformanceProblems#SolrPerformanceProblems-Askingforhelponamemory/performanceissue
When gathering the screenshot, be sure that the process listing is
sorted as described.
With no other info to go on, I suspect that maybe your Solr install is
still configured with a 512MB heap and that the heap size needs to be...
2019 Aug 07
1
Problem Solr and centos 7
...list or IRC channel is probably a better place
> to get help.
>
> https://lucene.apache.org/solr/community.html#mailing-lists-irc
>
> The following info, combined with your document count of 28000, will
> be very useful:
>
> https://cwiki.apache.org/confluence/display/solr/SolrPerformanceProblems#SolrPerformanceProblems-Askingforhelponamemory/performanceissue
>
>
> When gathering the screenshot, be sure that the process listing is
> sorted as described.
>
> With no other info to go on, I suspect that maybe your Solr install is
> still configured with a 512MB heap an...
2019 Apr 04
0
Solr connection timeout hardwired to 60s
...is the resource that usually has the greatest impact on
Solr performance. Putting the index on SSD can help, but memory will
help more.
Here's a wiki page that I wrote about that topic. This wiki is going
away next month, but for now you can still access it:
https://wiki.apache.org/solr/SolrPerformanceProblems
There's a section in that wiki page about asking for help on performance
issues. It describes how to create a particular process listing for a
screenshot. If you can get that screenshot and share it using a file
sharing site (dropbox is usually a good choice), I may be able to offer
som...
2019 Apr 05
1
Solr connection timeout hardwired to 60s
> I'm a denizen of the solr-user at lucene.apache.org mailing list.
> [...]
> Here's a wiki page that I wrote about that topic. This wiki is going
> away next month, but for now you can still access it:
>
> https://wiki.apache.org/solr/SolrPerformanceProblems
That's a great resource, Shawn.
I am about to put together a test case to provide a comprehensive FTS setup
around Dovecot with a goal towards exposing proximity keyword searching, with
email silos containing tens of terabytes (most of the "bulk" is represented by
attachments, each...