From dev-return-18558-archive-asf-public=cust-asf.ponee.io@manifoldcf.apache.org Sat Sep 22 19:16:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0100E180677 for ; Sat, 22 Sep 2018 19:16:04 +0200 (CEST) Received: (qmail 60333 invoked by uid 500); 22 Sep 2018 17:16:04 -0000 Mailing-List: contact dev-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list dev@manifoldcf.apache.org Received: (qmail 60322 invoked by uid 99); 22 Sep 2018 17:16:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Sep 2018 17:16:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id ADDB31A158A for ; Sat, 22 Sep 2018 17:16:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id TRxW_qxd5_IH for ; Sat, 22 Sep 2018 17:16:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 834135FC74 for ; Sat, 22 Sep 2018 17:16:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B073BE0047 for ; Sat, 22 Sep 2018 17:16:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B2B3023FB6 for ; Sat, 22 Sep 2018 17:16:00 +0000 (UTC) Date: Sat, 22 Sep 2018 17:16:00 +0000 (UTC) From: "Karl Wright (JIRA)" To: dev@manifoldcf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CONNECTORS-1533) Solr Connector is unable to ingest documents MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CONNECTORS-1533?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId= =3D16624753#comment-16624753 ]=20 Karl Wright commented on CONNECTORS-1533: ----------------------------------------- Did you set it up using instructions as described here? https://lucene.apache.org/solr/guide/7_4/getting-started-with-solrcloud.htm= l#getting-started-with-solrcloud If that's how you set it up, I can try the same thing. Just let me know. > Solr Connector is unable to ingest documents > -------------------------------------------- > > Key: CONNECTORS-1533 > URL: https://issues.apache.org/jira/browse/CONNECTORS-153= 3 > 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 a= nother bug :=20 > It is now impossible to ingest documents into Solr 7.4.0, we obtain the f= ollowing error : Error from server at http://localhost:8983/solr/FileShare:= missing content stream > The fact is, the=C2=A0requestWriter.getContentWriter(request) object is e= qual to null only on commit requests. So the new lines of code introduced b= y the fix, which are based on the test of this object, result in a null=C2= =A0Collection streams object and so the update request is fa= iling. > Concerned class :=C2=A0org.apache.manifoldcf.agents.output.solr.ModifiedH= ttpSolrClient -- This message was sent by Atlassian JIRA (v7.6.3#76005)