Re: Solr 9 and the Affinity placement plugin

2022-10-24 Thread Jonathan Tan
one everyone uses. > > You may want to fork the affinity plugin and extend it with your needs. > If > > you believe your extension is useful to a larger audience you may > consider > > opening a PR with your changes. > > > > Jan > > > > > 12. okt. 20

Solr 9 and the Affinity placement plugin

2022-10-12 Thread Jonathan Tan
Hi! In Solr 8.6, I used the autoscaling configuration to set it up so that we had 2 `nodeTypes`, one for indexing, the other for querying. And our collections were set up to be TLOG + PULL replicas only, and we'd use the autoscaling to place the TLOG on the indexing nodeTypes, and the PULL on the

Re: SolrCloud nodes do not attempt to rediscover Zookeeper nodes in a kubernetes environment?

2022-09-13 Thread Jonathan Tan
uot;shutting down" - should it actually attempt to try to initialise it again? Essentially handling an "isn't inialized" behaviour differently from a "shutting down"? And does this mean that the answer to any SOLR initialisation errors is actually "restart SOLR&quo

Re: SolrCloud nodes do not attempt to rediscover Zookeeper nodes in a kubernetes environment?

2022-09-13 Thread Jonathan Tan
ote: > On 9/13/22 19:26, Jonathan Tan wrote: > > So what I'm trying to verify... > > It looks like SOLR doesn't attempt to reconnect to ZK if it has > previously > > failed. Is that intentional? Is there a way to get it to do so? > > What version of Solr, and

SolrCloud nodes do not attempt to rediscover Zookeeper nodes in a kubernetes environment?

2022-09-13 Thread Jonathan Tan
Hi All! We're coming across a behaviour in SolrCloud + ZK in a kubernetes environment that I was looking for some help/clarification with. Specifically, if a ZK cluster is not serving requests because 2 of the 3 nodes are down, SOLR nodes that attempt to connect to it will fail, and not become Re

Re: How to update solr.xml in kubernetes stateful set?

2021-12-22 Thread Jonathan Tan
On Thu, Dec 23, 2021 at 3:45 AM Shawn Heisey wrote: > On 12/22/21 7:36 AM, Jonathan Tan wrote: > > I'm using the bitnami SOLR helm chart ( > > https://github.com/bitnami/bitnami-docker-solr), and using it to deploy > a > > Solr Cloud cluster. > > > > I

Re: How to update solr.xml in kubernetes stateful set?

2021-12-22 Thread Jonathan Tan
itContainer > to prep the custom solr.xml for the main container. > > Cheers, > Tim > > On Wed, Dec 22, 2021 at 7:37 AM Jonathan Tan wrote: > > > > Hi! > > > > I'm using the bitnami SOLR helm chart ( > > https://github.com/bitnami/bitnami-docker-s

How to update solr.xml in kubernetes stateful set?

2021-12-22 Thread Jonathan Tan
Hi! I'm using the bitnami SOLR helm chart ( https://github.com/bitnami/bitnami-docker-solr), and using it to deploy a Solr Cloud cluster. I'm trying to figure out how to update the solr.xml file. I'm aware of the `bin/solr` utility that can be used to update the file, but I'm not sure if that's a