We are using solr 4.8.0
From: <Jonnakuti>, Vijay Jonnakuti
<[email protected]<mailto:[email protected]>>
Date: Monday, October 6, 2014 at 8:34 AM
To: "[email protected]<mailto:[email protected]>"
<[email protected]<mailto:[email protected]>>
Subject: Does CloudSolrServer hit zookeeper for every request?
Hi
We have too many zookeeper connections and had to increase max client
connection on zookeeper(3.4.6)
The underlaying problem looks like,
CloudSolrServer makes a connect call to zookeeper for every request but never
disconnects.
Am I supposed to call getZkStateReader().close() for every request? Or am I
missing something?
Solr Configuration is
<autoCommit>
<maxDocs>10000</maxDocs>
<maxTime>900000</maxTime>
<openSearcher>false</openSearcher>
</autoCommit>
<commitWithin>
<softCommit>true</softCommit>
</commitWithin>
<autoSoftCommit>
<maxTime>10000</maxTime>
</autoSoftCommit>
Thanks.,
Vijaya