On Tue, Jan 12, 2021 at 12:10 AM Dmitri Maziuk <dmitri.maz...@gmail.com> 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 the point, you have amazon doing that for you, some of us do it > ourselves, and it wasn't clear (to me anyway) if OP was asking about that. > > Dima > Hi, Thanks for all the suggestions. I am hosting my Solr search service in GCP. I have a follow-up question regarding Solr Nodes. Do I need to have a Single Master and Multiple Slaves? I am using GCP Internal Load Balancer ( https://cloud.google.com/load-balancing/docs/l7-internal). Internal LB -> Master Node1 and Master Node2. Master Node1 will have Slave 1 and Master Node2 will have Slave2 as per the below diagram as an example. Please suggest further and correct me if the approach is incorrect. I am not sure how do I replicate indices when I use Google Compute Platform Internal LB. [image: image.png] Thanks in Advance. Best Regards, Kaushal