[ 
https://issues.apache.org/jira/browse/SOLR-14578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17145876#comment-17145876
 ] 

ASF subversion and git services commented on SOLR-14578:
--------------------------------------------------------

Commit 31de01f0ae1e9c31257c895458cacfa1ad4a30b1 in lucene-solr's branch 
refs/heads/master from Marcus
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=31de01f ]

SOLR-14578: Update solrcloud-autoscaling-triggers.adoc and test (#1591)

* Update solrcloud-autoscaling-triggers.adoc
* fix the name of the execute_plan action in docs and test.

> Confusing Name in the docs and Test of Auto Add Trigger
> -------------------------------------------------------
>
>                 Key: SOLR-14578
>                 URL: https://issues.apache.org/jira/browse/SOLR-14578
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: AutoScaling
>    Affects Versions: master (9.0)
>            Reporter: Marcus Eagan
>            Priority: Trivial
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> In the autoscaling docs, the name of the names of two actions are the same 
> and it is confusing to users.
> See:
> {code:java}
> {
>   "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"
>       }
>     ]
>   }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to