it's roundabout, but this might work -- ask for the healthcheck status (from the solr box) and hit each zkNode separately.
I'm on Linux so you'll have to translate to Windows... using the solr.cmd file I assume... ./solr healthcheck -z 192.168.56.5:2181/solr5_4 -c collectionName ./solr healthcheck -z 192.168.56.6:2181/solr5_4 -c collectionName ./solr healthcheck -z 192.168.56.7:2181/solr5_4 -c collectionName My original command included all the IP addresses without port numbers. This does return healthcheck info (the same info) when I do it for each zkNode separately... I assume that if they've all got info for all your replicas and/or shards, they're working as an ensemble. You could also go looking at each zkNode (using the zkCli tool) and verify that your collection appears where you expect it. On Tue, May 17, 2016 at 10:17 AM, Abdel Belkasri <belka...@gmail.com> wrote: > The repetition is just a cut and paste from Scott's post. > > How can I check if I am getting the ensemble or just a single zk? > > Also if this is not the way to specify an ensemble, what is the right way? > > Because the comma delimited list does not work, I concur with Scott. > > On Tue, May 17, 2016 at 11:49 AM, Erick Erickson <erickerick...@gmail.com> > wrote: > > > Are you absolutely sure you're getting an _ensemble_ and > > not just connecting to a single node? My suspicion (without > > proof) is that you're just getting one -z option. It'll work as > > long as that ZK instance stays up, but it won't be fault-tolerant. > > > > And again you repeated the port (2181) twice. > > > > Best, > > Erick > > > > On Tue, May 17, 2016 at 8:02 AM, Abdel Belkasri <belka...@gmail.com> > > wrote: > > > Hi Scott, > > > what worked for me in Windows is this (no ",") > > > bin\Solr start -c -s mynodes\node1 -z localhost:2181 -z localhost:2181 > -z > > > localhost:2183 > > > > > > -- Hope this helps > > > Abdel. > > > > > > On Tue, May 17, 2016 at 3:35 AM, scott.chu <scott....@udngroup.com> > > wrote: > > > > > >> I start 3 zk nodes at port 2181,2182, and 2183 on my local machine. > > >> Go into Solr 5.4.1 root folder and issue and issue the command in > > article > > >> 'Setting Up an External ZooKeeper Ensemble' in reference guide > > >> > > >> bin\Solr start -c -s mynodes\node1 -z > > >> localhost:2181,localhost:2181,localhost:2183 > > >> > > >> but it doesn't run but just show help page of start command in > solr.cmd. > > >> How should I issue the correct command? > > >> > > > > > > > > > > > > -- > > > Abdel K. Belkasri, PhD > > > > > > -- > Abdel K. Belkasri, PhD >