Return field with astrick(*) is going to slow in Solr 8.9.0

2021-10-28 Thread jay harkhani
Hello, Greetings for the day! We have upgraded Solr from 6.1.0 to 8.9.0. After upgrade we are facing slowness when returning field with *. Solr 8.9.0 [300 milliseconds] http://

Re: Solr & Kubernetes - how to configure the liveness

2021-10-28 Thread Vincenzo D'Amore
Right. retVal=$(curl -s " http://localhost:8983/solr/admin/cores?action=STATUS&wt=json"; | grep '"initFailures":{},') retVal will be 0 if everything is ok. For the moment this should do the trick. On Wed, Oct 27, 2021 at 7:06 PM Robert Pearce wrote: > I think it will remain as 200 - it is re

90% heap occupied by CompressingStoredFieldsReader

2021-10-28 Thread Amrit Sarkar
Hi everyone, I have a question with respect to org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader which at the time of high QPS load run is occupying high heap space, 4-5GB out of 6 allocated and wanted to enquire if there is something which can be done to optimise. With the heap d

Solr Synonyms list is not working

2021-10-28 Thread Lasith De Silva
Hi, We've tried to update the Synonyms list and ran a couple of queries in Solr but we didn't get the expected results. https://www.screencast.com/t/xF7lUcNy8 These are the steps that we did to update the Synonyms list in Solr. 1) Update the synonyms.txt by using the given spreadsheet (Restarted

Keep collections created from a configset uploaded in untrusted mode after upgrade from Solr 8.3.1 to 8.10.1

2021-10-28 Thread Jano Schuster
Hi there, we upgraded Solr from 8.3.1 to 8.10.1. The configset was uploaded in 8.3.1 in untrusted mode without Authentication. In Solr 8.10.1 there’s the following limitation that applies to our configset: * Collections won’t initialize if directives are used in the configset. (Note: Libr

Re: Significant performance hit on replication compared to older version

2021-10-28 Thread Charlie Hull
Thanks Dominic. I'm guessing that something in the replication invalidates cacheing of these files, and once they're in memory again everything is fine, although I don't know how this might have changed. I found this interesting snippet about ExternalFileField performance being improved by sor

Re: 90% heap occupied by CompressingStoredFieldsReader

2021-10-28 Thread Joel Bernstein
Does this tie back to a Solr cache? I've seen situations where the document cache becomes a memory hog with large documents. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Oct 28, 2021 at 10:11 AM Amrit Sarkar wrote: > Hi everyone, > > I have a question with respect to > org.apache.lu

Error getting replica locations : No node can satisfy the rules "[]

2021-10-28 Thread Michael Conrad
What does the following man? null:org.apache.solr.common.SolrException: Error getting replica locations : No node can satisfy the rules "[] More details from logs in node : solr-0002:8983_solr,​ errorId : AutoScaling.error.diagnostics.1127421982273365"

Re: Solr Synonyms list is not working

2021-10-28 Thread Shawn Heisey
On 10/27/21 5:59 AM, Lasith De Silva wrote: 3) This is the folder path that we use to update the Synonyms list Folder path: C:\SOLR\solr-8.4.0\server\solr\configsets\_default\conf4) It is not very likely that changing that file will affect a running Solr core even after a reload or restart