You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (Commented) (JIRA)" <ji...@apache.org> on 2012/01/02 15:40:30 UTC

[jira] [Commented] (CONNECTORS-354) The Solr-3.x and Solr-4.x plugins need parameters to control size of Http connection pool

    [ https://issues.apache.org/jira/browse/CONNECTORS-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13178414#comment-13178414 ] 

Karl Wright commented on CONNECTORS-354:
----------------------------------------

The code that does this must be careful to do both connections per host and overall connections, e.g.:

        cm.getParams().setDefaultMaxConnectionsPerHost(1000);
        cm.getParams().setMaxTotalConnections(1000);


                
> The Solr-3.x and Solr-4.x plugins need parameters to control size of Http connection pool
> -----------------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-354
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-354
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Solr-3.x-component, Solr-4.x-component
>    Affects Versions: ManifoldCF 0.5
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.5
>
>
> The Solr-3.x and 4.x plugins use an http connection pool.  There needs to be a way to configure the pool size through Solr configuration.

--
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