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

Noble Paul updated SOLR-12522:
------------------------------
    Description: 
today we have to use the convoluted rule to place all TLOG replicas in nodes 
with ssd disk
{code}
{ "replica": 0,  "type" : "TLOG" ,"diskType" : "!ssd"  }
{code}

Ideally it should be expressed better as 
{code}
{ "replica": "#ALL",  "type" : "TLOG" ,  "diskType" : "ssd"}
{code}


  was:
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}



> Support a runtime function `#ALL` for '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
>            Assignee: 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,  "type" : "TLOG" ,"diskType" : "!ssd"  }
> {code}
> Ideally it should be expressed better as 
> {code}
> { "replica": "#ALL",  "type" : "TLOG" ,  "diskType" : "ssd"}
> {code}



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