Solr : 8.2 Zookeeper:3.4 Recently found an issue inside the zoo.cfg where the datadir and logdir are having a dos carriage return characters on the folder path when this is in Linux and that created a folder with ^M characters upon zoo start where we noticed the zookeeper pid file is in. This is creating issues when the servers were rebooted for maintenance purpose and when we have auto start scripts for both zookeeper and solr. Sometimes all the collections were disappeared and also loosing zoo configs that were configured before reboot.
So now this bad config is still in live and we need to correct it carefully by running sed command that replaces these bad carriage returns on these zoo.cfg Are there a sequence steps that we need to do carefully while we change this config (zoo.cfg) on live severs without any disruption to the cloud?? No of solr severs are 3 and all three got zookeepers on them and we need to fix this bad characters on all 3 solr severs zoo.cfg Sent from my iPhone