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/06/27 02:39:00 UTC

[jira] [Updated] (SOLR-12522) Support a runtime function `#ALL` in replica in autoscaling policies

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

Noble Paul updated SOLR-12522:
------------------------------
    Summary: Support a runtime function `#ALL` in replica in autoscaling policies  (was: Support a runtime function `#ALL` in replicas)

> Support a runtime function `#ALL` in replica in autoscaling policies
> --------------------------------------------------------------------
>
>                 Key: SOLR-12522
>                 URL: https://issues.apache.org/jira/browse/SOLR-12522
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: AutoScaling, SolrCloud
>            Reporter: Noble Paul
>            Priority: Major
>
> today we have to use the convoluted rule to place all TLOG replicas in nodes with ssd disk
> {code}
> { "replica": 0,  "diskType" : "!ssd",  "type" : "TLOG" }
> {code}
> Ideally it should be expressed better as 
> {code}
> { "replica": "#ALL",  "diskType" : "ssd",  "type" : "TLOG" }
> {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