: I did some digging and experimentation and found something interesting.
: When starting up the application, I see the following in Solr logs:
: Creating new http client, config:maxConnections=200&maxConnectionsPerHost=8
        ...
: It seems as though the maxConnections and maxConnectionsPerHost are not
: actually getting set. Anyone seen this problem or have an idea how to
: resolve?

To elaborate on sami's comment...

If you are seeing this in the logs from your solr *server*, it is unlikey 
that it has anything to do with the settings you are making on your solr 
*client* .... this is probably related to the http client created inside 
solr for communicating with other solr nodes (ie: replication, solr cloud 
distributed updates, solr cloud peersync, etc...).  Which is different 
from the properties you set on the http client in your solr client 
application.

I believe there is a way to configure the defaults for the internal used 
http clients via solrconfig.xml, but off the top of my head i don't 
remember what that is.



-Hoss

Reply via email to