Balancing SolrCloud via LB vs CloudSolrClient

2021-06-02 Thread Ixai Lanzagorta
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

Inconsistent replica placement with nodeType affinity

2022-06-13 Thread Ixai Lanzagorta
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

Re: Inconsistent replica placement with nodeType affinity

2022-06-15 Thread Ixai Lanzagorta
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

Re: Inconsistent replica placement with nodeType affinity

2022-06-16 Thread Ixai Lanzagorta
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