Allow configuration of max connections for shards
-------------------------------------------------
Key: SOLR-2184
URL: https://issues.apache.org/jira/browse/SOLR-2184
Project: Solr
Issue Type: Improvement
Reporter: patrick o'leary
Shard-ed requests are hard coded
{code}
mgr.getParams().setDefaultMaxConnectionsPerHost(20);
mgr.getParams().setMaxTotalConnections(10000);
{code}
We should allow config parameters such as
shard-max-conn-per-host, shard-max-total-conn
To allow you to tune as needed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]