Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-13 Thread Kaushal Shriyan
Hi, Checking in again if someone can pitch in for my earlier post to this mailing list? Thanks in Advance. Best Regards, On Tue, Jan 12, 2021 at 8:30 AM Kaushal Shriyan wrote: > > > On Tue, Jan 12, 2021 at 12:10 AM Dmitri Maziuk > wrote: > >> On 1/11/2021 12:30 PM, Walter Underwood wrote: >>

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Kaushal Shriyan
On Tue, Jan 12, 2021 at 12:10 AM Dmitri Maziuk wrote: > On 1/11/2021 12:30 PM, Walter Underwood wrote: > > Use a load balancer. We’re in AWS, so we use an AWS ALB. > > > > If you don’t have a failure-tolerant load balancer implementation, the > site has bigger problems than search. > > That is

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Dmitri Maziuk
On 1/11/2021 12:30 PM, Walter Underwood wrote: Use a load balancer. We’re in AWS, so we use an AWS ALB. If you don’t have a failure-tolerant load balancer implementation, the site has bigger problems than search. That is the point, you have amazon doing that for you, some of us do it

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Walter Underwood
Use a load balancer. We’re in AWS, so we use an AWS ALB. If you don’t have a failure-tolerant load balancer implementation, the site has bigger problems than search. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jan 11, 2021, at 10:15 AM, Dmitri

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Dmitri Maziuk
On 1/11/2021 11:25 AM, Walter Underwood wrote: There are all sorts of problems with the primary/secondary approach. How do you know the secondary is working? How do you deal with cold caches on the secondary when it suddenly gets lots of load? Instead, size the cluster with the number of

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Walter Underwood
_ > De: Kaushal Shriyan > Enviado: lunes, 11 de enero de 2021 11:32 > Para: solr-user@lucene.apache.org > Asunto: Apache Solr in High Availability Primary and Secondary node. > > Hi, > > We are running Apache Solr 8.7.0 search service on CentOS Linux relea

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Shawn Heisey
On 1/11/2021 4:02 AM, Kaushal Shriyan wrote: Thanks, David for the quick response. Is there any use-case to use HAProxy or Nginx webserver or any other application to load balance both Solr primary and secondary nodes? I had a setup with haproxy and two copies of a Solr index. Four of the

RE: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread DAVID MARTIN NIETO
@lucene.apache.org Asunto: Re: Apache Solr in High Availability Primary and Secondary node. On Mon, Jan 11, 2021 at 4:11 PM DAVID MARTIN NIETO wrote: > I believe Solr dont have this configuration, you need a load balancer with > that configuration mode for that. > > Kind regards. >

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Kaushal Shriyan
On Mon, Jan 11, 2021 at 4:11 PM DAVID MARTIN NIETO wrote: > I believe Solr dont have this configuration, you need a load balancer with > that configuration mode for that. > > Kind regards. > > Thanks, David for the quick response. Is there any use-case to use HAProxy or Nginx webserver or any

RE: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread DAVID MARTIN NIETO
I believe Solr dont have this configuration, you need a load balancer with that configuration mode for that. Kind regards. De: Kaushal Shriyan Enviado: lunes, 11 de enero de 2021 11:32 Para: solr-user@lucene.apache.org Asunto: Apache Solr in High Availability

Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Kaushal Shriyan
Hi, We are running Apache Solr 8.7.0 search service on CentOS Linux release 7.9.2009 (Core). Is there a way to set up the Solr search service in High Availability Mode in the Primary and Secondary node? For example, if the primary node is down secondary node will take care of the service. Best