Hi, I'm trying to understand the difference between doing load balancing
via an HTTP proxy vs. using SolrJ's CloudSolrClient. I created a test
cluster (3x SolrCloud 8.8 nodes, 3x ZooKeeper nodes) and then tested a few
things:
1) Configure a proxy to do the load balancing. I figured that:
- I can d
Hi,
I'm trying the new Solr 9.x replication plugin, and I'm running into an
issue with the `nodeType` constraints.
In summary, I created a docker-compose file that has:
- a zookeeper node
- two "alpha" Solr nodes (`-Dnode_type=alphaNode`)
- two "beta" Solr nodes (`-Dnode_type=betaNode`)
- one ove
I had some time to check this today and it's a documentation snafu. The
correct key name is `collectionNodeType`.
- https://issues.apache.org/jira/browse/SOLR-16256
- https://github.com/apache/solr/pull/908
On Mon, Jun 13, 2022 at 6:58 PM Ixai Lanzagorta <
ixai.lanzago...@rondhuit.co
erty to use (to match the "
> collectionNodeType" config) is indeed node_type?
>
> Thanks,
> Ilan
>
> On Thu, Jun 16, 2022 at 6:59 AM Ixai Lanzagorta <
> ixai.lanzago...@rondhuit.com> wrote:
>
> > I had some time to check this today and it's a documentat