[
https://issues.apache.org/jira/browse/CONNECTORS-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13849136#comment-13849136
]
Karl Wright commented on CONNECTORS-839:
----------------------------------------
Hi Alessandro,
I looked at the special code in the solr connector. All the classes that begin
with "Modified" are in some way derived from other libraries: httpclient, or
SolrJ. There are three classes there that represent two bugs there; the first
is described by CONNECTORS-674 and there a fix available in SolrJ 4.4+. The
second problem is a bug in HttpClient 4.2.x, and is described by
CONNECTORS-623. There is a fix for that one in HttpClient 4.3, but I believe
SolrJ is still using HttpClient 4.2.x, as is the rest of ManifoldCF.
BOTH fixes need to be supported, so we need for now to do the following:
- Make modified versions of whatever classes necessary
- Create Solr tickets for what we change
> SolrJ in Solr Cloud mode does not use multipart post, and this is causing
> trouble for ManifoldCF users
> ------------------------------------------------------------------------------------------------------
>
> Key: CONNECTORS-839
> URL: https://issues.apache.org/jira/browse/CONNECTORS-839
> Project: ManifoldCF
> Issue Type: Bug
> Affects Versions: ManifoldCF 1.4
> Reporter: Karl Wright
> Assignee: Karl Wright
> Fix For: ManifoldCF 1.5
>
>
> SolrJ in Solr Cloud mode does not use multipart post, and this is causing
> trouble for ManifoldCF users. Specifically, CloudSolrServer calls a
> LBHttpSolrServer that calls a HttpSolrServer with useMultiPartPost=false.
> Unfortunately that's not even our hacked HttpSolrServer, so setting multipart
> post to true would still not work.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)