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

Shalin Shekhar Mangar commented on SOLR-9743:
---------------------------------------------

In UtilizeNodeCmd, the following if statement will always be true:
{code}
if (Objects.equals(r.getName(), r.getName())) {
{code}

> An UTILIZENODE command
> ----------------------
>
>                 Key: SOLR-9743
>                 URL: https://issues.apache.org/jira/browse/SOLR-9743
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>
> The command would accept one or more nodes and create appropriate replicas 
> based on some strategy.
> The params are
>  *node: (required && multi-valued) : The nodes to be deployed 
>  * collection: (optional) The collection to which the node should be added 
> to. if this parameter is not passed, try to assign to all collections
> example:
> {code}
> action=UTILIZENODE&collection=gettingstarted
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to