Hi,

You could try some manual commands from the Solr node, check out "bin/solr zk", 
where you can try e.g. an "ls" command. Perhaps you get some more details in 
the logs. Note that the Zookeeper protocol talks on TCP level, not HTTP. You 
can also check the connection with a command like this
echo ruok | nc your.zk.host 2181
It should respond with "imok"

Jan

> 24. apr. 2024 kl. 11:42 skrev Joe Jones (DHCW - Software Development) 
> <joe.jo...@wales.nhs.uk.INVALID>:
> 
> Hi All,
> 
> I've just expanded our Zookeeper quorum to add two extra nodes, one in an 
> existing data center and another in Azure.
> 
> zkHosts updated but my Solr clients won't connect to the Azure instance on 
> port 2181 despite firewalls open and I am able to telnet to that port from 
> the machine.
> 
> I can see the connections come in on the Azure machine but the connections 
> are just sat there in 'TIME WAIT' state.
> 
> Any thoughts as to why Solr won't connect to the Zookeeper node?
> 
> Thanks.
> Rydym yn croesawu derbyn gohebiaeth yng Nghymraeg. Byddwn yn ateb y fath 
> ohebiaeth yng Nghymraeg ac ni fydd hyn yn arwain at oedi.
> We welcome receiving correspondence in Welsh. We will reply to such 
> correspondence in Welsh and this will not lead to a delay.

Reply via email to