You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@manifoldcf.apache.org by Erlend Garåsen <e....@usit.uio.no> on 2019/01/21 10:12:03 UTC

Is SOLR-12798 still a blocker for deleting documents?

I have encountered the same problem Karl reported in the following ticket:
https://issues.apache.org/jira/browse/SOLR-12798

Since the ticket is unresolved, is this still a problem with the latest
MCF version? I get the following error when the Solr connector tries to
delete documents:

FATAL 2019-01-21T09:44:15,346 (Worker thread '6') - Error tossed: This
Should not happen
java.lang.RuntimeException: This Should not happen
  at
org.apache.solr.client.solrj.impl.BinaryRequestWriter.getContentStreams(BinaryRequestWriter.java:67)
~[?:?]
[…]
  at
org.apache.manifoldcf.agents.output.solr.HttpPoster$DeleteThread.run(HttpPoster.java:1366)
~[?:?]

I'm just asking in case my preemptive patch is causing these problems.

Erlend

Re: Is SOLR-12798 still a blocker for deleting documents?

Posted by Erlend Garåsen <e....@usit.uio.no>.
I did install the latest version (2.12), but I discovered today that my
preemptive patch was created from a previous version. That's why I still
encountered this problem since I just copied over the Solr connector's
jar file to the connector-lib folder.

I have recompiled everything, and now it works. :)

Thanks, Karl!

Erlend

On 21/01/2019 18:38, Karl Wright wrote:
> The latest (2.12) version of MCF fixes this problem by working around it.
> 
> Karl
> 
> 
> On Mon, Jan 21, 2019 at 5:12 AM Erlend Garåsen <e.f.garasen@usit.uio.no
> <ma...@usit.uio.no>> wrote:
> 
> 
>     I have encountered the same problem Karl reported in the following
>     ticket:
>     https://issues.apache.org/jira/browse/SOLR-12798
> 
>     Since the ticket is unresolved, is this still a problem with the latest
>     MCF version? I get the following error when the Solr connector tries to
>     delete documents:
> 
>     FATAL 2019-01-21T09:44:15,346 (Worker thread '6') - Error tossed: This
>     Should not happen
>     java.lang.RuntimeException: This Should not happen
>       at
>     org.apache.solr.client.solrj.impl.BinaryRequestWriter.getContentStreams(BinaryRequestWriter.java:67)
>     ~[?:?]
>     […]
>       at
>     org.apache.manifoldcf.agents.output.solr.HttpPoster$DeleteThread.run(HttpPoster.java:1366)
>     ~[?:?]
> 
>     I'm just asking in case my preemptive patch is causing these problems.
> 
>     Erlend
> 


Re: Is SOLR-12798 still a blocker for deleting documents?

Posted by Karl Wright <da...@gmail.com>.
The latest (2.12) version of MCF fixes this problem by working around it.

Karl


On Mon, Jan 21, 2019 at 5:12 AM Erlend Garåsen <e....@usit.uio.no>
wrote:

>
> I have encountered the same problem Karl reported in the following ticket:
> https://issues.apache.org/jira/browse/SOLR-12798
>
> Since the ticket is unresolved, is this still a problem with the latest
> MCF version? I get the following error when the Solr connector tries to
> delete documents:
>
> FATAL 2019-01-21T09:44:15,346 (Worker thread '6') - Error tossed: This
> Should not happen
> java.lang.RuntimeException: This Should not happen
>   at
>
> org.apache.solr.client.solrj.impl.BinaryRequestWriter.getContentStreams(BinaryRequestWriter.java:67)
> ~[?:?]
> […]
>   at
>
> org.apache.manifoldcf.agents.output.solr.HttpPoster$DeleteThread.run(HttpPoster.java:1366)
> ~[?:?]
>
> I'm just asking in case my preemptive patch is causing these problems.
>
> Erlend
>