Marcus Eagan created SOLR-14578:
-----------------------------------

             Summary: 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


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