[ 
https://issues.apache.org/jira/browse/SOLR-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christine Poerschke resolved SOLR-2184.
---------------------------------------
    Resolution: Resolved

Looks like this got solved and/or changed with SOLR-3221 and/or other issues. 
https://cwiki.apache.org/confluence/display/solr/Format+of+solr.xml details 
maxConnectionsPerHost and maxConnections and other options.

> 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
>         Attachments: shard_request_hosts.patch, SOLR-2184.patch
>
>
> 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 was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to