Hi, I'm using Solr 5.0.0 and ZooKeeper 3.4.6. I'm trying to set up a ZooKeeper with simulation of 3 servers, but they are all located on the same machine for testing purpose.
In my zoo.cfg file, I have listed down the 3 servers to be as follows: server.1=localhost:8983:3888 server.2=localhost:8984:3889 server.3=localhost:8985:3890 Then I try to start Solr using the following command: bin/solr start -e cloud -z localhost:8983-noprompt However, I'm unable to establish a connection from my Solr to the ZooKeeper. Is this configuration possible, or is there anything which I missed out? Thank you in advance for your help. Regards, Edwin