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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17138939#comment-17138939 ] 

Marcus Eagan commented on SOLR-14578:
-------------------------------------

[https://github.com/apache/lucene-solr/pull/1591]

> 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: 10m
>  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