【Solr 8.11.2】RejectedExecutionException: Max requests queued per destination 3000 exceeded

2022-11-09 Thread slly
Hello everyone. We recently encountered another online question, only restart the process can recover. Does anyone know why? How to detect this exception > All queries will report the following errors:Max requests queued per destination 3000 exceeded > At first, I suspected that the thr

Re: Doing solr collection backup on s3 bucket or g-drive

2022-11-09 Thread Neeraj giri
Hi Shawn and fellow users I did follow the guide for backup, reached upto some extent and now stuck at this particular point. We follow a multi node architecture where we are running zookeeper on 3 nodes and total we have 5 nodes. I have attached external persistent disk from gcp on all the nodes a

Re: CVE-2022-42889

2022-11-09 Thread Markus Jelsma
Probably, yes. But see: https://cwiki.apache.org/confluence/display/SOLR/SolrSecurity#SolrSecurity-SolrandVulnerabilityScanningTools Op wo 9 nov. 2022 om 08:17 schreef HariBabu kuruva < hari2708.kur...@gmail.com>: > Hi All, > > We are using solr-8.11.1 , Currently we have commons-text-1.6.jar,

Re: 【Solr 8.11.2】RejectedExecutionException: Max requests queued per destination 3000 exceeded

2022-11-09 Thread Shawn Heisey
On 11/9/22 01:10, slly wrote: Caused by: java.util.concurrent.RejectedExecutionException: Max requests queued per destination 3000 exceeded for HttpDestination[http://localhost:8983]@d368dfe,queue=3000,pool=MultiplexConnectionPool@3f16228[c=0/4/4,a=0,i=0,q=3000] at org.eclipse.jett

Re: Doing solr collection backup on s3 bucket or g-drive

2022-11-09 Thread Shawn Heisey
On 11/9/22 05:18, Neeraj giri wrote: I have attached similar disks at the same path in the nodes. Please suggest if there is a work around for backing up collections on local repositories. It must be the SAME disk attached to all nodes, accessible on the same path.  In order for a backup to wo

Problem in importing project in Eclipse

2022-11-09 Thread Maulin Rathod
Hi, I am a developer with 15 year experience and using Solr for the last 7-8 years. Now I want to contribute to solr... I followed the instructions provided on this link to import the project in Eclipse. https://cwiki.apache.org/confluence/display/solr/HowToContribute After checking the main br

Re: Problem in importing project in Eclipse

2022-11-09 Thread Joshua Ouma
Hi Mualin, After executing the grade task. Don't import as an existing gradle project but from folder(not sure of the exact wording) On Wed, 9 Nov 2022, 18:02 Maulin Rathod, wrote: > Hi, > > I am a developer with 15 year experience and using Solr for the last 7-8 > years. Now I want to contrib

Re: Problem in importing project in Eclipse

2022-11-09 Thread Maulin Rathod
Thanks Joshua. Can you please help with more details (with some steps) about how to import in eclipse? Or point to some link where steps are mentioned for importing solr project in eclipse? On Wed, Nov 9, 2022 at 8:41 PM Joshua Ouma wrote: > Hi Mualin, > > After executing the grade task. Don'

Re: Problem in importing project in Eclipse

2022-11-09 Thread Shawn Heisey
On 11/9/22 08:02, Maulin Rathod wrote: I am a developer with 15 year experience and using Solr for the last 7-8 years. Now I want to contribute to solr... I followed the instructions provided on this link to import the project in Eclipse. https://cwiki.apache.org/confluence/display/solr/HowT

Re: Problem in importing project in Eclipse

2022-11-09 Thread Joshua Ouma
To add on Shawn comment after building the project, click on file menu then open projects from file system. On Wed, Nov 9, 2022 at 6:45 PM Maulin Rathod wrote: > Thanks Joshua. Can you please help with more details (with some steps) > about how to import in eclipse? Or point to some link where

Indexing a JSON object that has fields with values that are objects.

2022-11-09 Thread Matthew Castrigno
Hello Community, I am working with existing JSON objects that I cannot change significantly that I need to index. I am not attempting to index what SOLR calls "nested objects" but rather JSON objects that have values that are objects themselves. A simplified​​ version would be: { "top": "one",

Jetty's problem//Re:【Solr 8.11.2】HttpShardHandler.takeCompletedOrError do not return for a long time

2022-11-09 Thread YangLiu
I think the problem is the same as this: https://issues.apache.org/jira/browse/SOLR-16099 jetty's solution: https://github.com/eclipse/jetty.project/issues/8558 At 2022-11-08 14:13:29, "slly" wrote: >Hello everyone. > > >We recently encountered an online problem, only restart the proce