[ https://issues.apache.org/jira/browse/SOLR-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eric Pugh updated SOLR-2184: ---------------------------- Attachment: shard_request_hosts.patch Example of the change, and I have a bit of debugging to highlight which shard didn't respond. > 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: SOLR-2184.patch, shard_request_hosts.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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org