Hi All, I am trying to edit the solrconfig.xml for my solrcloud setup, which is in the zookeeper as a configuration.
Below are the steps I am following. /opt/solr/server/scripts/cloud-scripts/zkcli.sh -cmd downconfig -confdir /var/solr/data/dir_name -confname MyConfig -z 100.100.100.102 Update the solrconfig.xml and save. Upload the config back to the zookeeper. /opt/solr/server/scripts/cloud-scripts/zkcli.sh -cmd upconfig -confdir /var/solr/data/dir_name -confname MyConfig -z 100.100.100.102 It doesn't show any errors However, when I downconfig again I don't see my new changes. Any help is greatly appreciated. -- Regards Sadheera Vithanage