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
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
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
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
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
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
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
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
(-