gerlowskija commented on issue #723: URL: https://github.com/apache/solr-operator/issues/723#issuecomment-2539589684
Hey @saireddyb. Going forward - deployment/setup questions are usually best sent to our "users" mailing list at `[email protected]`. There are a lot more eyes on that list, so you're likely to get a quicker response. To your question... Solr, in theory, allows users to customize their "ConfigSetService" via [a setting in the solr.xml config file](https://solr.apache.org/guide/solr/latest/configuration-guide/configuring-solr-xml.html#the-solr-element). If you provide the value "FileSystemConfigSetService" for this setting, you may be able to get SolrCloud to read configsets from the filesystem instead of ZooKeeper. For configset changes to be visible on all Solr pods, your configset directory would need to be a volume mounted by all pods. See [the docs here](https://apache.github.io/solr-operator/docs/solr-cloud/solr-cloud-crd.html#custom-solrxml) for how to customize the solr.xml used by solrcloud resources. That said - do you have a particular reason for wanting to store and access configsets from your pod filesystem? What's the end-goal that you're trying to accomplish by doing that? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
