Which version of Solr and ZooKeeper are you using? What is the command that you used to start Solr?
Regards, Edwin On Thu, 13 Sep 2018 at 21:56, Gu, Steve (CDC/OD/OADS) (CTR) <c...@cdc.gov> wrote: > Yes, my zookeeper ensemble have 3 servers and they are all up running. > > -----Original Message----- > From: Pure Host - Wolfgang Freudenberger <w.freudenber...@pure-host.de> > Sent: Thursday, September 13, 2018 8:57 AM > To: solr-user@lucene.apache.org > Subject: Re: solrcloud configuration: solr failed to start with multiple > zookeeper servers > > did you configure the zookeeper as a quorum? > > Am 13.09.2018 um 14:47 schrieb Gu, Steve (CDC/OD/OADS) (CTR): > > Hi, > > > > I am prototyping solrcloud and I have three zookeeper servers > (localhost:2181,localhost:2182,localhost:2183). I set the zkHost in > solr.in.cmd file as: > > > > set ZK_HOST="localhost:2181,localhost:2182,localhost:2183" > > > > After zk servers have started, I got the following error when I tried to > start solr: localhost:2182 was unexpected at this time. > > > > Solr starts ok if I set ZK_Host to only one server, such as set > ZK_HOST="localhost:2181". > > > > Any suggestions? > > > > Thanks > > Steve > > > > >