On 3/29/2018 12:45 PM, Abhi Basu wrote: > Also, another question, where it says to copy the zoo.cfg from > /solr72/server/solr folder to /solr72/server/solr/node1/solr, should I > actually be grabbing the zoo.cfg from one of my external zk nodes?
If you're using zookeeper processes that are separate from Solr, then zoo.cfg in the solr directory is unimportant. Doing anything related to zoo.cfg in a solr directory would imply that you are running Solr with the embedded ZK. Which is not recommended in most cases. The primary issue with the embedded ZK is that when you stop Solr, you're also stopping ZK. Thanks, Shawn