Re: Complex Nested Query Question

2022-10-11 Thread Mikhail Khludnev
Hi, Hadrik. Pls check https://solr.apache.org/guide/solr/latest/query-guide/block-join-query-parser.html#block-mask A common mistake is to try and use a which parameter that is more restrictive then the set of all parent documents, in order to filter the parents that are matched, as in this bad ex

Re: Not able to Create/Delete collection

2022-10-11 Thread Shawn Heisey
On 10/11/22 14:33, Natarajan, Rajeswari wrote: Thank you for the reply. There was a typo in my email , we have 6 node cluster. So it does not matter how many nodes we have in a cluster, the collection limit for a solrcloud is fixed?. There isn't a hard limit.  But when you get more than a fe

Re: Not able to Create/Delete collection

2022-10-11 Thread Natarajan, Rajeswari
Thank you for the reply. There was a typo in my email , we have 6 node cluster. So it does not matter how many nodes we have in a cluster, the collection limit for a solrcloud is fixed?. Are there plans to fix this potential problem , as multiple solrclouds would be needed to support many sol

Problem in recovering...

2022-10-11 Thread Alessandro.Perucchi
Hi everyone, We have a 3 nodes solrcloud cluster using solr operator. We are in version 8.11.1. We have created a collection with 2 shards and 3 replicas on each shards. We could index around 45 million documents, but since a few days, I could see that one node is “missing” 4.3 millions documen

Re: Not able to Create/Delete collection

2022-10-11 Thread Shawn Heisey
On 10/11/22 12:30, Natarajan, Rajeswari wrote: We have a six node solrcloud cluster and we have about 780 collections each having one shard and 3 replicas. We have a situation where now create/delete collection times out and when we try async option , the job gets submitted and remains like

Re: solr 9 standalone crashed after few hours - PhaseIdealLoop::build_loop_late_post_work

2022-10-11 Thread Jen-Ya Ku
Thanks everyone for shedding the light. Regards, Jen-Ya On Tue, Oct 11, 2022 at 6:28 AM Kevin Risden wrote: > https://lists.apache.org/thread/tbjljn512k8srtgr5f4tb2q6dmq1z515 > > This same issue was found in Lucene back in May and there was a JDK bug > opened about it. I think https://bugs.open

Re: Not able to Create/Delete collection

2022-10-11 Thread Natarajan, Rajeswari
We are using solr 8.11.1 and ZK version 3.8.0 Thanks From: "Natarajan, Rajeswari" Date: Tuesday, October 11, 2022 at 11:30 AM To: "users@solr.apache.org" Subject: Not able to Create/Delete collection Hi, We have a six node solrcloud cluster and we have about 780 collections each having one

Re: Solr 6 Replication question

2022-10-11 Thread Dave
I’ve seen this happen where the slaves behave differently from each other or get the version of the index out of whack, usually it happened if the latency of one slave vs another to the master isn’t the same. But again, that’s why you should have at least double the size on your slaves for the i

Not able to Create/Delete collection

2022-10-11 Thread Natarajan, Rajeswari
Hi, We have a six node solrcloud cluster and we have about 780 collections each having one shard and 3 replicas. We have a situation where now create/delete collection times out and when we try async option , the job gets submitted and remains like that for hours. Tried restarting the solr n

Re: Hadoop vulnerability in Solr 8.11.2 from scan

2022-10-11 Thread Kevin Risden
Solr shouldn't be affected by CVE-2022-25168 based on the CVE description here [1]. Solr is only a HDFS client when used in production code. The Hadoop CVE in question won't be used by Solr code when interacting w/ HDFS as a client. [1] https://lists.apache.org/thread/mxqnb39jfrwgs3j6phwvlrfq4mlox

Re: Solr 6 Replication question

2022-10-11 Thread mtn search
Thanks Dave! Yes, we ran into this issue yesterday and do need to review the disk space we have available (as well as the large size of our cores). Also, there was some interesting context for this event. We have 2 slaves on separate servers replicating from the master. One slave replicated fine

Complex Nested Query Question

2022-10-11 Thread Hardik Deshmukh
[ { "id": "doc_1", "name": "Harpreet Chaggar", "_childDocuments_": [ { "id": "child_doc_a", "number": 22,"created_at":"2020-03-20T00:00:00Z" }, { "id": "child_doc_b", "number": 10 ,"created_at":"2021-05-28T00:00:00Z"}, ] }, {

Re: solr 9 standalone crashed after few hours - PhaseIdealLoop::build_loop_late_post_work

2022-10-11 Thread Kevin Risden
https://lists.apache.org/thread/tbjljn512k8srtgr5f4tb2q6dmq1z515 This same issue was found in Lucene back in May and there was a JDK bug opened about it. I think https://bugs.openjdk.org/browse/JDK-8285835 is tracking this currently. Kevin Risden On Mon, Oct 10, 2022 at 9:41 PM dmitri maziuk w

RE: Node backup using replication

2022-10-11 Thread Joe Jones (DHCW - Software Development)
Thanks. I've figured it out. Needed to update /bin/solr.in to add -Dsolr.allowPaths=D:\Solr\backup Update solr.xml for each node with the relevant allowPaths : ${solr.allowPaths:D:\Solr\backup} Then update /server/etc/security.policy to add : permission java.io.FilePermission "${solr.allowPath