RE: Idle timeout expired and Early Client Disconnect errors

2021-03-02 Thread ufuk yılmaz
:19 To: solr-user@lucene.apache.org Subject: Re: Idle timeout expired and Early Client Disconnect errors Also the parallel function builds hash partitioning filters that could lead to timeouts if they take too long to build. Try the query without the parallel function if you're still ge

Re: Idle timeout expired and Early Client Disconnect errors

2021-03-01 Thread Joel Bernstein
ich took more than 1 hour without any timeouts and >> finished successfully. >> >> Sent from Mail for Windows 10 >> >> From: Joel Bernstein >> Sent: 01 March 2021 23:03 >> To: solr-user@lucene.apache.org >> Subject: Re: Idle timeout expired and Early

Re: Idle timeout expired and Early Client Disconnect errors

2021-03-01 Thread Joel Bernstein
:03 > To: solr-user@lucene.apache.org > Subject: Re: Idle timeout expired and Early Client Disconnect errors > > Oh wait, I misread your email. The idle timeout issue is configurable in: > > https://issues.apache.org/jira/browse/SOLR-14672 > > This unfortunately missed the 8.8 rele

RE: Idle timeout expired and Early Client Disconnect errors

2021-03-01 Thread ufuk yılmaz
from Mail for Windows 10 From: Joel Bernstein Sent: 01 March 2021 23:03 To: solr-user@lucene.apache.org Subject: Re: Idle timeout expired and Early Client Disconnect errors Oh wait, I misread your email. The idle timeout issue is configurable in: https://issues.apache.org/jira/browse/SOLR-14672

Re: Idle timeout expired and Early Client Disconnect errors

2021-03-01 Thread Joel Bernstein
Oh wait, I misread your email. The idle timeout issue is configurable in: https://issues.apache.org/jira/browse/SOLR-14672 This unfortunately missed the 8.8 release and will be 8.9. This i Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Mar 1, 2021 at 2:56 PM Joel Bernstein wrote:

Re: Idle timeout expired and Early Client Disconnect errors

2021-03-01 Thread Joel Bernstein
What version are you using? Solr 8.7 has changes that caused these errors to hit the logs. These used to be suppressed. This has been fixed in Solr 9.0 but it has not been back ported to Solr 8.x. The errors are actually normal operational occurrences when doing joins so should be suppressed in t

Idle timeout expired and Early Client Disconnect errors

2021-03-01 Thread ufuk yılmaz
Hello all, I’m running a large streaming expression and feeding the result to update expression. update(targetCollection, ...long running stream here..., I tried sending the exact same query multiple times, it sometimes works and indexes some results, then gives exception, other times fails