Displaying 11 results from an estimated 11 matches for "solrcloud".
2020 Jul 10
0
Dovecot FTS with Solrcloud
...ngs
We are looking into a solution to set up full text search for our
multiple Dovecot instances. According to the Dovecot Wiki, fts_solr is
one of the recommended plugins to use.
Since we have more than just a few hundred mailboxes, I guess one Solr
instance will not suffice. So I took a look at SolrCloud and set up a
small cluster with three nodes and shards. I have no preceding
experience with Solr or SolrCloud and now it's not clear to me, how
dovecot can interact with this cluster.
Has anyone ever tried to setup dovecot FTS with a SolrCloud cluster and
is willing to share his findings?
Reg...
2019 Jun 14
3
What does Solr index do and how to handle its high avaliablity?
Hi, guys,
Can you give me an example of solr usage in dovecot? As far as I know,
you can search email easily by MUA like outlook, so which role does solr
play?
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?
Is it
2019 Jun 15
0
What does Solr index do and how to handle its high avaliablity?
...t; ? 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 availability options. Probably the easiest is SolrCloud,
because the legacy master-slave replication option basically has the
master as a single point of failure. Switching a slave to master is a
very manual job. SolrCloud is a true cluster -- no masters and no slaves.
Normally I would suggest a load balancer in front of Solr, but with
SolrCloud...
2013 Nov 07
1
Solr clusters
Hi all,
Has anyone implemented larger Dovecot+Solr clusters and would be willing to give some details about how it works for you? My understanding about it so far is:
- SolrCloud isn?t usable with Dovecot. Replication isn?t useful, because nobody wants to pay for double the disk space for indexes that could be regenerated anyway. The autosharding isn?t very useful also, because: I think the shard keys could be created in two possible ways: a) Mails would be entirely randoml...
2019 Jul 10
1
solr
Hi
I have set up SOLR in accordance with documentation and it runs well.
I use solr like:
.......
fts = solr
fts_solr = debug url=http://IP:8983/solr/ (solr in external machine)
......
Is replication of this system really essential ?? Due to my tests,
rollback of the solr server on external machine lasts less than minute
and it is nearly non-visible from client side.
On the other hand solr
2018 Mar 05
1
Re: [enhancement] fts-solr low performance
...e Solr commits in Dovecot by
>configuration, so people like me can handle this easily. What do you
>think?
>
>azur
Hi,
any news on this? Even Solr documentation suggests to NOT doing commits from applications:
https://lucene.apache.org/solr/guide/6_6/shards-and-indexing-data-in-solrcloud.html#ShardsandIndexingDatainSolrCloud-IgnoringCommitsfromClientApplicationsinSolrCloud
Thanks for not ignoring me.
azur
2019 Apr 13
3
Solr connection timeout hardwired to 60s
...0
seconds. But in practice, I have not seen this timeout trigger ... and
if the OP is seeing a 60 second timeout, then the 50 second idle timeout
in Jetty must not be occurring.
There may be a socket timeout configured on inter-server requests --
distributed queries or the load balancing that SolrCloud does. I can
never remember whether this is the case by default. I think it is.
> If there is an issue on initial indexing, where you are not really
> concerned about qucik visibility but just getting things into the index
> efficiently, a better approach would be for dovecot plugin not...
2019 Apr 14
1
[PATCH] Re: Solr connection timeout hardwired to 60s
...timeout in Jetty must not be occurring.
</div>
</blockquote>
<blockquote type="cite">
<div>
There may be a socket timeout configured on inter-server requests --
</div>
<div>
distributed queries or the load balancing that SolrCloud does. I can
</div>
<div>
never remember whether this is the case by default. I think it is.
</div>
</blockquote>
<div>
>> If there is an issue on initial indexing, where you are not really
</div>
<div>
>> c...
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
2019 Apr 12
2
Solr connection timeout hardwired to 60s
Looking further at tcpdumps of the Dovecot->Solr traffic and Solr
metrics it doesn't seem like there's anything suspicious apart from the
TCP windows running full and Dovecot backing of ... until it times out
and close the connection.
>From my understanding of how Dovecot operates towards Solr it will flush
~1000 documents towards Solr in /update request until it has traversed
the
2019 Apr 14
0
[PATCH] Re: Solr connection timeout hardwired to 60s
...ractice, I have not seen this timeout trigger ...
> and if the OP is seeing a 60 second timeout, then the 50 second idle
> timeout in Jetty must not be occurring.
>
> There may be a socket timeout configured on inter-server requests --
> distributed queries or the load balancing that SolrCloud does.? I can
> never remember whether this is the case by default.? I think it is.
>
>> If there is an issue on initial indexing, where you are not really
>> concerned about qucik visibility but just getting things into the index
>> efficiently, a better approach would be fo...