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

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

Commit 8e0eae260a0c38fa03e2eaf682d0db9d8b0b6374 in lucene-solr's branch 
refs/heads/branch_8x from Andrzej Bialecki
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=8e0eae2 ]

SOLR-12845: Add a default autoscaling cluster policy.


> Add a default cluster policy
> ----------------------------
>
>                 Key: SOLR-12845
>                 URL: https://issues.apache.org/jira/browse/SOLR-12845
>             Project: Solr
>          Issue Type: Improvement
>          Components: AutoScaling
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Andrzej Bialecki
>            Priority: Major
>             Fix For: 8.6
>
>         Attachments: SOLR-12845.patch, SOLR-12845.patch
>
>
> [~varunthacker] commented on SOLR-12739:
> bq. We should also ship with some default policies - "Don't allow more than 
> one replica of a shard on the same JVM" , "Distribute cores across the 
> cluster evenly" , "Distribute replicas per collection across the nodes"
> This issue is about adding these defaults. I propose the following as default 
> cluster policy:
> {code}
> # Each shard cannot have more than one replica on the same node if possible
> {"replica": "<2", "shard": "#EACH", "node": "#ANY", "strict":false}
> # Each collections replicas should be equally distributed amongst nodes
> {"replica": "#EQUAL", "node": "#ANY", "strict":false} 
> # All cores should be equally distributed amongst nodes
> {"cores": "#EQUAL", "node": "#ANY", "strict":false}
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to