I am using Solr version 7.5. I am trying to configure autoscaling in Solr, mainly by adding replicas. What is happening is, whenever Solr adds new replicas during autoscaling it only adds replicas of type NRT. What I need to achieve is Solr should only add replicas of type TLOG during every autoscaling event. Is this possible? Any help is appreciated.
0
votes
1 Answers
0
votes
You'll have to upgrade to at least Solr 8.3 to get support for replica type when autoscaling. This is the same as in "Autoscaling solr - Add pull replicas, not NRT replicas" - the type wasn't configurable before 8.3.
I suggest upgrading to the newest version if you're going to do the upgrade.