We are using solr 4.8.0

From: <Jonnakuti>, Vijay Jonnakuti 
<vijayalatha.jonnak...@disney.com<mailto:vijayalatha.jonnak...@disney.com>>
Date: Monday, October 6, 2014 at 8:34 AM
To: "solr-user@lucene.apache.org<mailto:solr-user@lucene.apache.org>" 
<solr-user@lucene.apache.org<mailto:solr-user@lucene.apache.org>>
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

Reply via email to