Re: solrcloud with EKS kubernetes

2020-12-26 Thread Jonathan Tan
r the suggestion. To manage IOPS can we do something on > rate-limiting behalf? > > Regards, > Abhishek > > > On Thu, Dec 17, 2020 at 5:07 AM Jonathan Tan wrote: > > > Hi Abhishek, > > > > We're running Solr Cloud 8.6 on GKE. > > 3 node cluster,

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 (

Re: Massively unbalanced CPU by different SOLR Nodes

2020-10-26 Thread Jonathan Tan
and local request times for each core in the node. > Compare those across different nodes. > > The bug I refer to is https://issues.apache.org/jira/browse/SOLR-14471 and > it is fixed in Solr 8.5.2 > > On Fri, Oct 23, 2020 at 9:05 AM Jonathan Tan wrote: > > > Hi, > > &

Re: Massively unbalanced CPU by different SOLR Nodes

2020-10-24 Thread Jonathan Tan
refer to is https://issues.apache.org/jira/browse/SOLR-14471 and > it is fixed in Solr 8.5.2 > > On Fri, Oct 23, 2020 at 9:05 AM Jonathan Tan wrote: > > > Hi, > > > > We've got a 3 node SolrCloud cluster running on GKE, each on their own > > kube node (which

Metric Trigger not being recognised & picked up

2020-10-23 Thread Jonathan Tan
Hi All I've been trying to get a metric trigger set up in SolrCloud 8.4.1, but it's not working, and was hoping for some help. I've created a metric trigger using this: ``` POST /solr/admin/autoscaling { "set-trigger": { "name": "metric_trigger", "event": "metric", "waitFor": "10s"

Massively unbalanced CPU by different SOLR Nodes

2020-10-22 Thread Jonathan Tan
Hi, We've got a 3 node SolrCloud cluster running on GKE, each on their own kube node (which is in itself, relatively empty of other things). Our collection has ~18m documents of 36gb in size, split into 6 shards with 2 replicas each, and they are evenly distributed across the 3 nodes. Our JVMs ar

Metric Trigger not being recognised & picked up

2020-10-22 Thread Jonathan Tan
Hi All I've been trying to get a metric trigger set up in SolrCloud 8.4.1, but it's not working, and was hoping for some help. I've created a metric trigger using this: ``` POST /solr/admin/autoscaling { "set-trigger": { "name": "metric_trigger", "event": "metric", "waitFor": "10s"