Hello there,

I've installed Solr 8.7.0 on 3 servers that are using 3 ZooKeeper servers, 
which are running on version 3.6.2. These are all running on a Windows OS.

After running upconfigs to the ZooKeeper servers and starting Solr up, it all 
seems to be running ok.

However I see an issue when I go to the ZK Status page and see the message 
"Errors: Your ZK connection string (3 hosts) is different from the dynamic 
ensemble config (3 hosts). Solr does not currently support dynamic 
configuration and will only be able to connect to the zk hosts in your 
connection string.

I saw on JIRA, the bug 
SOLR-14371<https://issues.apache.org/jira/browse/SOLR-14371>. This was fixed in 
version 8.6.0 by the looks of it.

Is there a reason why I still see this message as I'm on a version where this 
has been fixed?

In my solr.in.cmd file, I have the line 'SET 
ZK_HOST=zookeeper1:2181,zookeeper2:2181,zookeeper3:2181'

In my zoo.cfg I have the following:

tickTime=2000
initLimit=5
syncLimit=2
dataDir=s:\\apps\zookeeper\\data\\1
clientPort=2181
server.1=zookeeper1:2888:3888
server.2=zookeeper2:2888:3888
server.3=zookeeper3:2888:3888
4lw.commands.whitelist=mntr,conf,ruok
admin.serverPort=8080

Any help would be greatly appreciated.

Thanks,

Daniel

Reply via email to