Using Autoscaling Simulation Framework to simulate a lost node in a cluster

2020-09-21 Thread Howard Gonzalez
Hello folks, has anyone tried to use the autoscaling simulation framework to simulate a lost node in a solr cluster? I was trying to do the following: 1.- Take a current production cluster state snapshout using bin/solr autoscaling -save 2.- Modify the clusterstate and livenodes json files in th

Re: New replica is being added to existing collections upon server reboot

2020-08-27 Thread Howard Gonzalez
with solr. > > On Thu, Aug 27, 2020 at 11:50 AM Howard Gonzalez < > howard.gonza...@careerbuilder.com> wrote: > >> Hi, could you share the replication factor that you're using for those >> collections (in case they are NRT r

Re: New replica is being added to existing collections upon server reboot

2020-08-27 Thread Howard Gonzalez
Hi, could you share the replication factor that you're using for those collections (in case they are NRT replicas)? DId you make any changes in autoscaling policies/triggers? From: yaswanth kumar Sent: Thursday, August 27, 2020 11:37 AM To: solr-user@lucene.apach

Re: How to Write Autoscaling Policy changes to Zookeeper/SolrCloud using the autoscaling Java API

2020-08-24 Thread Howard Gonzalez
in the Policy class however I can't find how to use it. Thanks in advance ________ From: Howard Gonzalez Sent: Friday, August 21, 2020 12:45 PM To: solr-user@lucene.apache.org Subject: How to Write Autoscaling Policy changes to Zookeeper/SolrCloud using the autoscal

How to Write Autoscaling Policy changes to Zookeeper/SolrCloud using the autoscaling Java API

2020-08-21 Thread Howard Gonzalez
Hello. I am trying to use the autoscaling Java API to write some cluster policy changes to a Zookeeper/SolrCloud cluster. However, I can't find the right way to do it. I can get all the autoscaling cluster policy clauses using: autoScalingConfig.getPolicy.getClusterPolicy However, after getting