-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: master (9.0)
-
Fix Version/s: master (9.0)
-
Component/s: AutoScaling, documentation
-
Labels:None
In the autoscaling docs, the name of the names of two actions are the same and it is confusing to users.
See:
{ "set-trigger": { "name": ".auto_add_replicas", "event": "nodeLost, "waitFor": "5s", "enabled": true, "actions": [ { "name": "auto_add_replicas_plan", "class": "solr.AutoAddReplicasPlanAction" }, { "name": "auto_add_replicas_plan", // works?, but should be execute plan "class": "solr.ExecutePlanAction" } ] } }
- links to