Connection Timeouts while connecting with Zookeeper for Indexing on Solr

2024-06-25 Thread Saksham Gupta
Hi All, We are facing timeouts while connecting with zookeeper for indexing. *Exception Details:* org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 10.128.193.20:2181,10.128.193.21:2181,10.128.193.22:2181 within 15000 ms On checking this f

Re: Solr stop word list is different to lucene list (french language)

2024-06-25 Thread Alastair Porter
Thanks, Eric. I created https://issues.apache.org/jira/browse/SOLR-17346 and opened a PR against it. Alastair On Tue, 11 Jun 2024 at 14:02, Eric Pugh wrote: > It makes sense to me to keep the two sets aligned! Please do open a JIRA > and a PR. > > > On Jun 11, 2024, at 5:42 AM, Alastair Porter

SOLR 8 - max requests queued per destination 3000 exceeded

2024-06-25 Thread Paul Cote
Hello Curious problem just surfaced after several months of using solr V8.11.1 I'm seeing these messages, repeatedly, when accessing indexes on just 2 of 6 nodes running solr. All nodes are identical wrt to O/S, docker, solr, ZK, etc 4 of the nodes functioning just fine, just 2 are behaving th

spurious (?) DateRangeField warnings

2024-06-25 Thread Dmitri Maziuk
Hi all, using solr-8.11, with this schema definition: I get a bunch of warnings logged: AbstractSpatialPrefixTreeFieldType FieldType DateRangeField does not allow ${foo} to be specified in schema,​ hardcoded behavior is ${foo}=${bar} FVO $foo = (omitNorms, termOfsets, termPositions, omitP

Re: 150x+ performance hit when number of rows <= 50 in a simple query

2024-06-25 Thread Michael Gibney
FYI: https://issues.apache.org/jira/browse/SOLR-17349 https://github.com/apache/solr/pull/2535 I'm curious whether this helps! On Fri, Jun 21, 2024 at 3:08 PM Oleksandr Tkachuk wrote: > > >If you're set up to try running a patched version on your data, I'm curious > >to know if this will help.

Re: Connection Timeouts while connecting with Zookeeper for Indexing on Solr

2024-06-25 Thread Saksham Gupta
Hi All, Pinging again for some assistance. On Tue, Jun 25, 2024 at 12:32 PM Saksham Gupta wrote: > Hi All, > We are facing timeouts while connecting with zookeeper for indexing. > > *Exception Details:* org.apache.solr.common.SolrException: > java.util.concurrent.TimeoutException: Could not conn