Atomic Update Failures with Nested Schema and Lazy Field Loading

2021-01-05 Thread Nussbaum, Ronen
Hi, I've encountered another issue that might be related to nested schema. Not always, but many times atomic updates fails for some shards with the message "TransactionLog doesn't know how to serialize class org.apache.lucene.document.LazyDocument$LazyField". The client retrieves documents,

Re: No Live server exception: Solr Cloud 6.6.6

2021-01-05 Thread Ritvik Sharma
Hi Guys, Any update. On Tue, 5 Jan 2021 at 18:06, Ritvik Sharma wrote: > Hi Guys > > Happy New Year. > > We are trying to move to solr cloud 6.6.6 as we are using same version > master-slave arch. > > solr cloud: 6.6.6 > zk: 3.4.10 > > We are facing few errors > 1. Every time we upload a

How pull replica works

2021-01-05 Thread Abhishek Mishra
I want to know how pull replica replicate from leader in real? Does internally admin API get data from the leader in form of batches? Regards, Abhishek

Re: maxBooleanClauses change in solr.xml not reflecting in solr 8.4.1

2021-01-05 Thread Shawn Heisey
On 1/5/2021 8:26 AM, dinesh naik wrote: Hi all, I want to update the maxBooleanClauses to 2048 (from default value 1024). Below are the steps tried: 1. updated solrconfig.xml : ${solr.max.booleanClauses:2048} You need to update EVERY solrconfig.xml that the JVM is loading for this to actually

Re: maxBooleanClauses change in solr.xml not reflecting in solr 8.4.1

2021-01-05 Thread ANNAMANENI RAVEENDRA
I experienced the same thing in solr-8.7 , it worked for me using system property. Set system property in solr.in.sh file On Tue, Jan 5, 2021 at 8:58 PM dinesh naik wrote: > Hi all, > I want to update the maxBooleanClauses to 2048 (from default value 1024). > Below are the steps tried: > 1.

Re: Identifying open segments.

2021-01-05 Thread Ilan Ginzburg
Are you trying to copy the index by an external process not running in the Solr JVM? I believe this is risky if the Solr JVM is running at the same time. For example segments can be deleted by Solr. There might also be closed segments that you do not need but that are still on the disk (no longer

Re:Possible bug on LTR when using solr 8.6.3 - index out of bounds DisiPriorityQueue.add(DisiPriorityQueue.java:102)

2021-01-05 Thread Christine Poerschke (BLOOMBERG/ LONDON)
Hello Florin Babes, Thanks for this detailed report! I agree you experiencing ArrayIndexOutOfBoundsException during SolrFeature computation sounds like a bug, would you like to open a SOLR JIRA issue for it? Here's some investigative ideas I would have, in no particular order:

maxBooleanClauses change in solr.xml not reflecting in solr 8.4.1

2021-01-05 Thread dinesh naik
Hi all, I want to update the maxBooleanClauses to 2048 (from default value 1024). Below are the steps tried: 1. updated solrconfig.xml : ${solr.max.booleanClauses:2048} 2. updated solr.xml : ${solr.max.booleanClauses:2048} 3. Restarted the solr nodes. 4. Tried query with more than 2000 OR

No Live server exception: Solr Cloud 6.6.6

2021-01-05 Thread Ritvik Sharma
Hi Guys Happy New Year. We are trying to move to solr cloud 6.6.6 as we are using same version master-slave arch. solr cloud: 6.6.6 zk: 3.4.10 We are facing few errors 1. Every time we upload a model-store using curl XPUT command , it is showing at that time but after reloading collection ,

Identifying open segments.

2021-01-05 Thread Jacob Ward
Hello, I am looking for a way to identify the open segment files in a lucene index, so that I can export only the closed segments (and the segmentsN file). My current ideas are: - Ignore any segment files newer than the segmentsN file. OR - Open the segmentsN file using Lucene core's

Sending compressed (gzip) UpdateRequest with SolrJ

2021-01-05 Thread Gael Jourdan-Weil
Hello, I was wondering if someone ever had the need to send compressed (gzip) update requests (adding/deleting documents), especially using SolrJ. Somehow I expected it to be done by default, but didn't find any documentation about it and when looking at the code it seems there is no option to