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

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

Commit 0a41163d278e4872733a76e99ab5af68cfc9c27e in lucene-solr's branch 
refs/heads/master from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=0a41163 ]

SOLR-13504: In autoscaling policies, use an explicit 'put : on-each'   to 
specify the the rules is applied on each node (#694)

SOLR-13504: In autoscaling policies, use an explicit 'put : on-each' to specify 
the the rules is applied on each node


> improve autoscaling syntax by adding a nodeset attribute
> --------------------------------------------------------
>
>                 Key: SOLR-13504
>                 URL: https://issues.apache.org/jira/browse/SOLR-13504
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> {code}
> {"replica" : 1,  "shard": "#EACH",  "nodeset" : {"sysprop.x" :"y"} }
> //is equivalent to
> {"replica" : 1, "shard": "#EACH", "sysprop.x" :"y" }
> {"replica" : 1, "nodeset" :["node-1", "node-2] }
> //is equivalent to
> {"replica" : 1, "node" :["node-1", "node-2] }
> {code}
> all properties such as {{nodeRole}}, {{freedisk}}, {{port}},{{host}}, 
> {{diskType}} etc will move to the nodeset attribute and we will eventually 
> deprecate the old syntax



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to