Re: Solr connection timeout hardwired to 60s

2019-04-04 Thread Shawn Heisey via dovecot
On 4/4/2019 2:21 AM, Peter Mogensen via dovecot wrote: 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; I'm a denizen of the solr-u...@lucene.apache.org mailing

Re: Solr connection timeout hardwired to 60s

2019-04-04 Thread Shawn Heisey via dovecot
On 4/4/2019 2:21 AM, Peter Mogensen via dovecot wrote: 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; I'm a denizen of the solr-u...@lucene.apache.org mailing

Re: Solr connection timeout hardwired to 60s

2019-04-04 Thread Shawn Heisey via dovecot
On 4/4/2019 6:42 PM, M. Balridge via dovecot wrote: What is a general rule of thumb for RAM and SSD disk requirements as a fraction of indexed document hive size to keep query performance at 200ms or less? How do people deal with the JAVA GC world-stoppages, other than simply doubling or

Re: rsync /old/server new/server ?

2019-03-13 Thread Shawn Heisey via dovecot
On 3/8/2019 4:44 AM, Voytek Eymont via dovecot wrote: I have Centos 7 with dovecot/postfix/mysql Maildir I want to bring in a new server, new server will have same hostname as current, but, different IP I was intending to rsync -avzhe ssh vmail@oldserver:/var/vmail/vmail1 /var/vmail/vmail1

sieve match ANY header

2019-04-08 Thread Shawn Heisey via dovecot
I would like to create a sieve rule where I do a regex match on ALL headers, not a specific header. I've been trying to find out the proper syntax, but haven't found anything. Is this possible, and if so, how do I write it? Thanks, Shawn

Re: sieve match ANY header

2019-04-08 Thread Shawn Heisey via dovecot
On 4/8/2019 4:55 PM, @lbutlr via dovecot wrote: On 8 Apr 2019, at 16:35, Shawn Heisey via dovecot wrote: I would like to create a sieve rule where I do a regex match on ALL headers, not a specific header. This is a really bad idea. Headers can be quite long, contain data that you do

Re: [PATCH] Re: Solr connection timeout hardwired to 60s

2019-04-14 Thread Shawn Heisey via dovecot
On 4/14/2019 7:59 AM, John Fawcett via dovecot wrote: From dovecot point of view I can see the following as potentially useful features: 1) a configurable batch size would enable to tune the number of emails per request and help stay under the 60 seconds hard coded http request timeout. A

Re: dovecot Digest, Vol 192, Issue 52

2019-04-14 Thread Shawn Heisey via dovecot
On 4/14/2019 8:59 AM, Peter Mogensen via dovecot wrote: I run with SOLR_JAVA_MEM="-Xmx8g -Xms2g" Without other details, I cannot even offer a guess as to whether an 8GB heap is enough. How many documents are in all the indexes that Solr instance is handling? Can you share your

Re: Solr connection timeout hardwired to 60s

2019-04-13 Thread Shawn Heisey via dovecot
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

Re: What does Solr index do and how to handle its high avaliablity?

2019-06-14 Thread Shawn Heisey via dovecot
On 6/14/2019 2:11 AM, luckydog xf via dovecot wrote:   And based on https://dovecot.org/pipermail/dovecot/2019-April/115575.html I'm going to use an VIP to host 2 mail servers. Currently, it works in fail over and fail back test except solr index, so how to resolve this? Solr has high

Re: IMAPSieve message marked as HAM should go through full sieve script of user

2019-05-10 Thread Shawn Heisey via dovecot
On 5/10/2019 2:34 AM, Matthias Fechner via dovecot wrote: The problem I have now is: A message was by accident marked by rspamd as spam, so a false-positive and is moved to the Junk folder. If I click in my email program now on `Not Spam` it is learn as HAM but moved to the INBOX. I would like

Re: solr

2019-07-10 Thread Shawn Heisey via dovecot
On 7/10/2019 2:49 AM, Maciej Milaszewski IQ PL via dovecot wrote: On the other hand solr replication is quite complicated process and rollback or master-slave switch in this case is non-trivial task, that may have result in whole dataset inconsistency. Do you have any experience in such cases ?

Re: SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema

2019-04-22 Thread Shawn Heisey via dovecot
On 4/22/2019 9:31 PM, luckydog xf via dovecot wrote: https://wiki.dovecot.org/Plugins/FTS/Solr Only offers a solr-7.7.0 solrconfig.xml, does it apply to solr-8.0.0? If the config was actually designed for 7.7, then it will work in 8.0. If it was designed for 5.x or 6.x, there's a chance it

Re: Problem Solr and centos 7

2019-08-07 Thread Shawn Heisey via dovecot
On 8/7/2019 4:23 AM, HTMLServices.it via dovecot wrote: Thanks Shawn for your reply I tried to bring the heap size to 5gb as you would like, but the problem was not solved. That machine only has 4GB of total memory, so setting the heap to 5GB will eventually be problematic and lead to major

Re: Problem Solr and centos 7

2019-08-06 Thread Shawn Heisey via dovecot
On 8/5/2019 12:02 PM, HTMLServices.it via dovecot wrote: 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. If the problems you're

Re: fts_solr and # char

2019-12-02 Thread Shawn Heisey via dovecot
On 12/2/2019 12:34 PM, Marcio Merlone via dovecot wrote: Dovecot wiki says the solr url is something like 'solr/dovecot/' but this gives a 404, if I install solr as per the docs I have a 'solr/#/dovecot/' url: Solr URLs with # in them are ONLY for use in a browser. You cannot use them for

Re: 2.4 ballpark release date?

2024-04-03 Thread Shawn Heisey via dovecot
On 4/30/23 22:53, Aki Tuomi via dovecot wrote: 2.4 is planned for sometime after summer this year. Aki Considering that it's now almost a year later, this seems to have slipped. Thanks, Shawn ___ dovecot mailing list -- dovecot@dovecot.org To