You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Mike Drob (Jira)" <ji...@apache.org> on 2020/06/25 21:52:00 UTC

[jira] [Updated] (SOLR-14578) Confusing Name in the docs and Test of Auto Add Trigger

     [ https://issues.apache.org/jira/browse/SOLR-14578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Drob updated SOLR-14578:
-----------------------------
    Component/s:     (was: AutoScaling)
                 documentation

> 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: documentation
>    Affects Versions: master (9.0)
>            Reporter: Marcus Eagan
>            Assignee: Mike Drob
>            Priority: Trivial
>             Fix For: master (9.0)
>
>          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-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org