Hi Shawn! That's what that `bin/solr zk cp` function does right? It copies the `solr.xml` file into the chroot so that all other solr nodes will get it?
But yes, the main thing is that I want to add the trace configuration setting to it, hence I would want it to be consistent everywhere. On Thu, Dec 23, 2021 at 3:45 AM Shawn Heisey <apa...@elyograg.org> 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'm trying to figure out how to update the solr.xml file. > > Is the solr.xml file identical on every server? If it is, SolrCloud > lets you put the solr.xml file at the root of your zookeeper chroot. If > that exists, any solr.xml file on the disk is completely ignored. Note > that using system properties in solr.xml is one way to have an identical > file on each server, with differences placed into system properties > defined in /etc/default/solr.in.sh. > > Thanks, > Shawn > >