Re: Solr Collection Reload

2020-12-16 Thread Moulay Hicham
Thanks Erick - The logs did NOT provide any errors. Thanks for the thread dump suggestion. The issue was resolved when we restarted all the nodes. Also, I am wondering if restarting the leaders would have been sufficient. I will try this next time this happens. On Tue, Dec 15, 2020 at 5:21 AM

CPU and memory circuit breaker documentation issues

2020-12-16 Thread Walter Underwood
In https://lucene.apache.org/solr/guide/8_7/circuit-breakers.html URL to Wikipedia is broken, but that doesn’t matter, because that article is about a different metric. The Unix “load average” is the length of the run queue, the

HugePage Solr

2020-12-16 Thread Jae Joo
Does anyone have the experience to use HugePage and UseLargePage? How much can we get the performance benefits from utilizing it? The disk is NOT SSD and the sole node has 256 GB. The Heap is 31.99 G. Thanks, Jae

Facet count issues wit multi sharded collections, same issue with multi collection queries?

2020-12-16 Thread ufuk yılmaz
Hi everyone, Last day I was comparing term+range facet counts from two different collections having exact same data and schema. Only difference is one collection has 2 shards, the other 1. After searching about this I came upon an article: medium.com My results were like this: Counts from

Re: Best example solrconfig.xml?

2020-12-16 Thread Walter Underwood
That sample solrconfig.xml includes , but the 7.0 release notes say that is no longer supported. Should that be removed from the config? " element in solrconfig.xml is no longer supported. Equivalent functionality can be configured in solr.xml using element and SolrJmxReporter implementation.

DIH from hive server 2

2020-12-16 Thread Jon Morisi
Hi, Could someone please tell me what the correct dataSource driver class is for HiveServer2 (to solr)? This isn't working for me: I've also copied these jar files and referenced them (via lib dir in solrconfig.xml): hive-jdbc-3.1.0.3.1.4.0-315-standalone.jar hadoop-auth.jar

Solr nodes going down

2020-12-16 Thread yaswanth kumar
I am seeing a weird issue of all the solr nodes on a single collection are shown as down, even though I restart the solr and zookeeper services. Little background Its just one collection with 4 replica's and the collection size is about ~140GB, I did enabled ttl that runs for every 5 mins to

Re: solrcloud with EKS kubernetes

2020-12-16 Thread Jonathan Tan
Hi Abhishek, We're running Solr Cloud 8.6 on GKE. 3 node cluster, running 4 cpus (configured) and 8gb of min & max JVM configured, all with anti-affinity so they never exist on the same node. It's got 2 collections of ~13documents each, 6 shards, 3 replicas each, disk usage on each node is ~54gb