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 (JIRA)" <ji...@apache.org> on 2013/12/16 15:12:10 UTC

[jira] [Resolved] (CONNECTORS-839) SolrJ in Solr Cloud mode does not use multipart post, and this is causing trouble for ManifoldCF users

     [ https://issues.apache.org/jira/browse/CONNECTORS-839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright resolved CONNECTORS-839.
------------------------------------

    Resolution: Fixed

r1551213

We still need to confirm the fix, and figure out how to propagate the appropriate tickets into the SOLR queue.  Seems to me we need a SOLR ticket for at least the following:

- Go to HttpComponents 4.3.x
- Provide a way of signalling CloudSolrServer that we want to select useMultiPart = true



> 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
>
>         Attachments: CONNECTORS-839.patch
>
>
> 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)