Hi,

I am having some trouble trying to increase Zookeeper client timeout when
Solr tries to connect to Zookeeper when starts the first time. 

Tried already with no luck updating the following properties :
1) Update the zkClientTimeout on solr.xml
<int name="zkClientTimeout">${zkClientTimeout:90000}</int>

2) Uncomment ZK_CLIENT_TIMEOUT in solr.in.sh
# Set the ZooKeeper client timeout (for SolrCloud mode)
ZK_CLIENT_TIMEOUT="90000"

Still getting this message:
2019-01-23 15:56:15.543 ERROR org.apache.solr.core.SolrCore -
null:org.apache.solr.common.SolrException:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper
dv08t02qslrc01:2181,dv08t02qslrc02:2181,dv08t02qslrc03:2181 within* 30000
ms*

is there any other place where I need to update that info?

Thanks in advance
Sergio




--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to