On 2022-03-15 10:12 -0400, Eric Pugh wrote: > I am proposing Standalone Solr ;-) > > You are quite right that if the indexer goes offline, then you > wouldn’t see updates in your two separate Solrs…. However, assuming > you aren’t in a near real time situation where your application is > broken if the updates aren’t happening, then you would still be able > to serve up search traffic. > > If you are really worried about the indexer going offline, then just > have two of them as well ;-). Depending on your load, you could just > run two indexers, one on each Solr as well.
I see. So you are proposing to use the set up shown in the diagram here: https://solr.apache.org/guide/8_11/index-replication.html > Using SolrCloud wouldn’t help you on High Availability of the indexer ;-) I thought that SolrCloud is supposed to be a solution for achieving high availability. Is my understanding incorrect?