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

Karl Wright commented on CONNECTORS-1533:
-----------------------------------------

I ran as suggested, and everything still succeeded.

The only odd thing is that I see log messages about empty content streams, that 
get retried five times.  They seemingly return 400 errors.  They do not cause 
errors in the running (or cleaning-up) ManifoldCF job though.

I wonder if these are really errors, or are effectively warnings?  I guess the 
only way to know is to examine the index to see how many documents are in it 
after a job run, and again after it's been deleted.

At any rate, I'm done with this for the weekend -- I have some Geo3D bugs to 
look at now.  If [~julienFL] would like to try out the release artifact and 
verify that it is working for him (being sure to check the index contents after 
indexing and then again after the job has been deleted) I'd be very 
appreciative.


> Solr Connector is unable to ingest documents
> --------------------------------------------
>
>                 Key: CONNECTORS-1533
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1533
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Lucene/SOLR connector
>    Affects Versions: ManifoldCF 2.11
>            Reporter: Julien Massiera
>            Assignee: Karl Wright
>            Priority: Major
>             Fix For: ManifoldCF 2.11
>
>         Attachments: 2018-09-23-012800.png, CONNECTORS-1533.patch
>
>
> The "r69acbd9 - Fix solr connector content deletion bug" has introduced 
> another bug : 
> It is now impossible to ingest documents into Solr 7.4.0, we obtain the 
> following error : Error from server at http://localhost:8983/solr/FileShare: 
> missing content stream
> The fact is, the requestWriter.getContentWriter(request) object is equal to 
> null only on commit requests. So the new lines of code introduced by the fix, 
> which are based on the test of this object, result in a null 
> Collection<ContentStream> streams object and so the update request is failing.
> Concerned class : 
> org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrClient



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to