On 2022/03/13 21:33:55 Dave wrote:
> You’re on the right idea, in my opinion. Three identical “slave”
> servers with one “master” ...

Thank you for the suggestion. I have a few questions:

* Are you suggesting to use standalone Solr instead of SolrCloud?
* Why does this setup require 4 servers (1 master + 3 slaves)?
  Note that I only have two servers (+ 1 low-spec server).

> ... with an nginx server on each one “slave” witth the servers
> augmented.

* How does Nginx come into the picture? What is it used for?

> N1 has a 2—>s3 n2 has n3->s2 n3 has s3->s1 and all three finally fall
> to master.  You can get 5 9’s like this.
>
> Pro tip keep all action on one until it falls, and never use over 31
> fb heap size
>
> Just is just a trial and error and complete success option snd no need
> of complications with zk
> -Dave

Your idea appears to be a promising one. It's just that I don't
completely understand it yet.

Thank you.

Reply via email to