SolrServerException: Max requests queued per destination 3000 exceeded for HttpDestination

2022-05-16 Thread Henrik Brautaset Aronsen
Hi. We keep getting "SolrServerException: Max requests queued per destination 3000 exceeded for HttpDestination" for several different collections and instances in our SolrCloud dev environment. The instances don't reply to requests and need to be restarted to function again. We're not getting th

Re: SolrServerException: Max requests queued per destination 3000 exceeded for HttpDestination

2022-05-16 Thread Deepak Goel
Looks like *MultiplexConnectionPool *is getting maxed out. Could you please tell us the server configuration of dev and prod? Looks like the dev environment is getting maxed out. Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833

RE: Solr GC Tuning causes issues and doesn't start Solr url

2022-05-16 Thread Deeksha Shrivastava
Hi Shawn, Even after installing java/jre on the machine, solr GC Tuning setting is not working. Can you please provide some resolution on the same and please let us know what information is needed to investigate this issue further. Thanks & Regards, Deeksha Shrivastava Senior Engineer deeksha

RE: Re: solr not picking security.json config

2022-05-16 Thread Gummadi, Ramesh
I am using Solr 8.11.1. I figured out the problem. I put the security.json in the wrong place in zookeeper. That is why it is not taking it. Thanks. On 2022/05/14 13:04:16 Mike Drob wrote: > What version of Solr are you using? > > Are there errors in your logs? > > On Fri, May 13, 2022 at 10:26 AM

Re: Solr GC Tuning causes issues and doesn't start Solr url

2022-05-16 Thread Shawn Heisey
On 5/16/22 05:45, Deeksha Shrivastava wrote: Even after installing java/jre on the machine, solr GC Tuning setting is not working. Can you please provide some resolution on the same and please let us know what information is needed to investigate this issue further. You could start with the i

Why OR in query does not work sometimes?

2022-05-16 Thread WU, Zhiqing
Hello, What is wrong with my following query? I have a Solr query: { "query": X, "sort":"prodAllGeneric_txt_sort asc" } (Note: prodAllGeneric_txt_sort is a field, X is the details of a query) If X is "(prodAllGeneric_txt_sort:\"Phi; \")", Solr finds 3 documents If X is "(-prodAllGeneric_txt_s

Re: Why OR in query does not work sometimes?

2022-05-16 Thread Tim Casey
You need to look at the documents and see what is being hit and returned. If you have documents with no field, that would be the 8, maybe. If you have 3 documents with 'Phi', then that would be the 3. Once you have a positive clause, you can only remove documents with a '-', so that would be the th

Re: Why OR in query does not work sometimes?

2022-05-16 Thread Shawn Heisey
On 5/16/2022 2:32 PM, WU, Zhiqing wrote: (Note: prodAllGeneric_txt_sort is a field, X is the details of a query) If X is "(prodAllGeneric_txt_sort:\"Phi; \")", Solr finds 3 documents If X is "(-prodAllGeneric_txt_sort:*)", Solr finds 8 documents If X is "(prodAllGeneric_txt_sort:\"Phi; \") OR (-