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

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

Commit 1552691 from [[email protected]] in branch 'dev/trunk'
[ https://svn.apache.org/r1552691 ]

SOLR-5562: ConcurrentUpdateSolrServer constructor ignores supplied httpclient.

> ConcurrentUpdateSolrServer constructor ignores supplied httpclient
> ------------------------------------------------------------------
>
>                 Key: SOLR-5562
>                 URL: https://issues.apache.org/jira/browse/SOLR-5562
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 4.6
>            Reporter: Kyle Halliday
>            Assignee: Mark Miller
>            Priority: Minor
>             Fix For: 5.0, 4.7
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> This constructor ignores the supplied HttpCilent parameter, passing null 
> instead.
>   public ConcurrentUpdateSolrServer(String solrServerUrl,
>       HttpClient client, int queueSize, int threadCount) {
>     this(solrServerUrl, null, queueSize, threadCount, 
> Executors.newCachedThreadPool(
>         new SolrjNamedThreadFactory("concurrentUpdateScheduler")));
>     shutdownExecutor = true;
>   }



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

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

Reply via email to