You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/05/31 07:34:00 UTC

[jira] [Commented] (SOLR-13504) improve autoscaling syntax by adding a nodeset attribute

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

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

Commit 9e8eeab7161dd4bea3889348632c3f8ff02494f8 in lucene-solr's branch refs/heads/jira/SOLR-13504 from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=9e8eeab ]

SOLR-13504: improve autoscaling syntax by adding a nodeset attribute


> 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
>            Priority: Major
>
> {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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org