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 2018/07/17 05:41:00 UTC

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

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

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

Commit 49b1fe2b6d4213e3d9033eeeccaa5a7e6d8050f8 in lucene-solr's branch refs/heads/master from [~noble.paul]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=49b1fe2 ]

SOLR-12522: Support a runtime function `#ALL` for 'replica' in autoscaling policies


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