You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by amitha <am...@yahoo.com> on 2014/10/06 17:42:59 UTC

CloudSolrServer hit zookeeper for every request and too many zookeeper connections

We have too many zookeeper connections and had to increase max client
connection on zookeeper(3.4.6)
& solr 4.8.0
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>




--
View this message in context: http://lucene.472066.n3.nabble.com/CloudSolrServer-hit-zookeeper-for-every-request-and-too-many-zookeeper-connections-tp4162926.html
Sent from the Solr - User mailing list archive at Nabble.com.