Re: Timeout occured while waiting response from server

2020-12-10 Thread elivis
See: https://lucene.472066.n3.nabble.com/SolrServerException-Timeout-occured-while-waiting-response-from-server-tc4464632.html Maybe this will help somebody. I was dealing with exact same problem. We are running on VMs, and all of our timeout problems went away after we switched from a 5yo VmWare

Re: SolrCloud crashing due to memory error - 'Cannot allocate memory' (errno=12)

2020-12-10 Thread Walter Underwood
How much RAM do you have on those machines? That message says you ran out. 32 GB is a HUGE heap. Unless you have a specific need for that, run with a 8 GB heap and see how that works. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Dec 10, 2020, at

SolrCloud crashing due to memory error - 'Cannot allocate memory' (errno=12)

2020-12-10 Thread Altamirano, Emmanuel
Hello, We have a SolrCloud(8.6) with 3 servers with the same characteristics and configuration. We assigned 32GB for heap memory each, and after some short period of time sending 40 concurrent requests to the SolrCloud using a load balancer, we are getting the following error that shutdown

Re: nested facets of query and terms type in JSON format

2020-12-10 Thread Arturas Mazeika
Hi Jason, Thanks a lot for the post. Indeed the web page you are referring to has some very nice examples. Well done. Cheers, Arturas Increasing the number of threads (through the url or params section) is unsuccessful so far. Maybe solr takes it only as a hint. On Thu, Dec 10, 2020 at 8:01 PM

Re: increasing number of threads for faceting in JSON format

2020-12-10 Thread Arturas Mazeika
Hi Christine Munendra et al, Wow, you dag into the code and checked weather threads are being blown in range and term queries! I wish one day to be able to do the same myself. How does one get to the level, so one can check the code herself? Is there like a nice primer or crash course, solr 101

Re: nested facets of query and terms type in JSON format

2020-12-10 Thread Jason Gerlowski
Hey Arturas, Can't help you with the secrets of Michael's inspiration (though I'm also curious :-p). And I'm not sure if there's any equivalent of facet.threads for JSON Faceting. You're on your own there unfortunately. But you (or other readers) might find this "Query Facet" example handy -

Re: increasing number of threads for faceting in JSON format

2020-12-10 Thread Munendra S N
Thank you Christine. Yeah, JSON facet does not support specifying threads. On Thu, Dec 10, 2020, 11:15 PM Christine Poerschke (BLOOMBERG/ LONDON) < cpoersc...@bloomberg.net> wrote: > Hello Arturas and Munendra! > > In the "Currently, JSON facets have support for specifying the number of >

Re: increasing number of threads for faceting in JSON format

2020-12-10 Thread Christine Poerschke (BLOOMBERG/ LONDON)
Hello Arturas and Munendra! In the "Currently, JSON facets have support for specifying the number of threads." sentence, I wonder if perhaps a "does not" got inadvertently omitted i.e. "Currently, JSON facets does not have support for specifying the number of threads." was intended? Let me

Solr Collection reload task has been in running state for a very long time

2020-12-10 Thread Moulay Hicham
Hi, We have a solr cluster of 30 nodes with a Replication Factor =3. Each index size is about 80GB. Solr version is 8.1 The cluster has high TPS both in read and write. We have recently made a schema change and uploaded it using ZKCLI script. Then we issue a collection reload async request:

ManagedIndexSchema takes long for larger schema changes

2020-12-10 Thread Tiziano Degaetano
Hello, I was checking why my initial schema change is taking several minutes using the managed schema api. VisualVm shows that most of the time is used in ManagedIndexSchema.postReadInform [cid:image001.png@01D6CEE9.16DA5EC0] Looking at the code shows that postReadInform is executed for every

Re: Solr cloud issuse: Async exception during distributed update

2020-12-10 Thread Colvin Cowie
Hi, sounds like https://issues.apache.org/jira/browse/SOLR-13963 which was fixed in Solr 8.3.1 On Thu, 10 Dec 2020 at 06:20, Ritvik Sharma wrote: > Hi Houston, > Thanks for reply > > We dont have this kind of field. It's a field value and it is coming > randomly, not all the time. > We are