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

ASF subversion and git services commented on SOLR-5741:
-------------------------------------------------------

Commit 1569153 from [~elyograg] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1569153 ]

SOLR-5741: correctly set max total connections on the HttpClient. (merge trunk 
r1569152)

> UpdateShardHandler not setting max connections correctly
> --------------------------------------------------------
>
>                 Key: SOLR-5741
>                 URL: https://issues.apache.org/jira/browse/SOLR-5741
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud, update
>    Affects Versions: 4.6.1
>            Reporter: Shawn Heisey
>              Labels: patch
>             Fix For: 4.7, 5.0
>
>         Attachments: SOLR-5741.patch
>
>
> The following line in UpdateShardHandler.java looks incorrect to me:
> {code}
> clientConnectionManager.setDefaultMaxPerRoute(cfg.getMaxUpdateConnections());
> {code}
> I think it should be:
> {code}
> clientConnectionManager.setMaxTotal(cfg.getMaxUpdateConnections());
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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

Reply via email to