You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2018/05/31 14:54:00 UTC

[jira] [Updated] (SOLR-12387) Have cluster-wide defaults for numShards, nrtReplicas, tlogReplicas, pullReplicas

     [ https://issues.apache.org/jira/browse/SOLR-12387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-12387:
------------------------------
    Description: 
These will be cluster properties and the commands can omit these and the command would pick it up from the cluster properties

 

the cluster property names are
{code}
 "collectionDefaults": {
 "numShards":1
 "nrtReplicas":1
 "tlogReplicas":1
 }
{code}

  was:
These will be cluster properties and the commands can omit these and the command would pick it up from the cluster properties

 

the cluster property names are
 * {{default.numShards}}
 * {{default.nrtReplicas}}
 * {{default.tlogReplicas}}
 * {{default.pullReplicas}}


> Have cluster-wide defaults for numShards, nrtReplicas, tlogReplicas, pullReplicas
> ---------------------------------------------------------------------------------
>
>                 Key: SOLR-12387
>                 URL: https://issues.apache.org/jira/browse/SOLR-12387
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Major
>         Attachments: SOLR-12387.patch
>
>
> These will be cluster properties and the commands can omit these and the command would pick it up from the cluster properties
>  
> the cluster property names are
> {code}
>  "collectionDefaults": {
>  "numShards":1
>  "nrtReplicas":1
>  "tlogReplicas":1
>  }
> {code}



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